SbSphereProjectorGetRotation Method |
Gets a rotation given two points on this sphere projector.
Namespace: OIV.Inventor.ProjectorsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbRotation GetRotation(
SbVec3f point1,
SbVec3f point2
)
Public Function GetRotation (
point1 As SbVec3f,
point2 As SbVec3f
) As SbRotation
public:
SbRotation GetRotation(
SbVec3f point1,
SbVec3f point2
)
member GetRotation :
point1 : SbVec3f *
point2 : SbVec3f -> SbRotation
Parameters
- point1
- Type: OIV.InventorSbVec3f
- point2
- Type: OIV.InventorSbVec3f
Return Value
Type:
SbRotationRemarks The rotation will be on the surface of the sphere.
See Also