Click or drag to resize

RotationVectorAngularVelocity.RotationVectorToUnitQuaternion Method

Converts a rotation vector to a unit quaternion.

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

Parameters

rotationVector
Type: AGI.Foundation.Coordinates.Cartesian
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