Click or drag to resize

RotationVectorAngularVelocityRotationVectorToUnitQuaternion Method

Converts a rotation vector to a unit quaternion.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static UnitQuaternion RotationVectorToUnitQuaternion(
	Cartesian rotationVector
)

Parameters

rotationVector
Type: AGI.Foundation.CoordinatesCartesian
A rotation vector, which is the rotation angle times the rotation axis.

Return Value

Type: UnitQuaternion
A quaternion that represents the same rotation as the rotation vector.
See Also