SbRotation Constructor (SbVec3f, SbVec3f) |
Initializes a new instance of the
SbRotation class
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.1.3.Release.ea3ba650cce77c9670c98c46848e93dcdfc06490
Syntax public SbRotation(
SbVec3f rotateFrom,
SbVec3f rotateTo
)
Public Sub New (
rotateFrom As SbVec3f,
rotateTo As SbVec3f
)
public:
SbRotation(
SbVec3f rotateFrom,
SbVec3f rotateTo
)
new :
rotateFrom : SbVec3f *
rotateTo : SbVec3f -> SbRotation
Parameters
- rotateFrom
- Type: OIV.InventorSbVec3f
- rotateTo
- Type: OIV.InventorSbVec3f
See Also