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