SbMatrixMultVecMatrix Method (SbVec3f, SbVec3f) |
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.12.3.0.Release.06b0e87b7cea8fac7212261af84c81edf1d95c38
Syntax public void MultVecMatrix(
ref SbVec3f src,
out SbVec3f dst
)
Public Sub MultVecMatrix (
ByRef src As SbVec3f,
<OutAttribute> ByRef dst As SbVec3f
)
public:
void MultVecMatrix(
SbVec3f% src,
[OutAttribute] SbVec3f% dst
)
member MultVecMatrix :
src : SbVec3f byref *
dst : SbVec3f byref -> unit
Parameters
- src
- Type: OIV.InventorSbVec3f
- dst
- Type: OIV.InventorSbVec3f
See Also