SbRotationMultVec Method (SbVec3f, SbVec3f) |
Multiplies the given vector by the matrix of this rotation.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2025.1.0.Release.bbf67b7ce81225a791aa69eb415ebddead35829d
Syntaxpublic void MultVec(
SbVec3f src,
out SbVec3f dst
)
Public Sub MultVec (
src As SbVec3f,
<OutAttribute> ByRef dst As SbVec3f
)
public:
void MultVec(
SbVec3f src,
[OutAttribute] SbVec3f% dst
)
member MultVec :
src : SbVec3f *
dst : SbVec3f byref -> unit
Parameters
- src
- Type: OIV.InventorSbVec3f
Source vector. - dst
- Type: OIV.InventorSbVec3f
Output vector to store the result.
See Also