Click or drag to resize
SbSphereProjectorGetRotation Method

Gets a rotation given two points on this sphere projector.

Namespace: OIV.Inventor.Projectors
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SbRotation GetRotation(
	SbVec3f point1,
	SbVec3f point2
)

Parameters

point1
Type: OIV.InventorSbVec3f
point2
Type: OIV.InventorSbVec3f

Return Value

Type: SbRotation
Remarks

The rotation will be on the surface of the sphere.

See Also