Click or drag to resize

RotationVectorAngularVelocityToMotionUnitQuaternionCartesian Method (RotationVectorAngularVelocity, Int32)

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 Motion<UnitQuaternion, Cartesian> ToMotionUnitQuaternionCartesian(
	RotationVectorAngularVelocity rotationVectorAngularVelocity,
	int order
)

Parameters

rotationVectorAngularVelocity
Type: AGI.Foundation.CoordinatesRotationVectorAngularVelocity
A parameter representing the rotation vector and body-fixed angular velocity of a rigid-body.
order
Type: SystemInt32
An order of 0 or less produces a motion with only the unit quaternion value initialized. An order of 1 or greater produces a motion with both the unit quaternion and the angular velocity expressed in the inertial axes.

Return Value

Type: MotionUnitQuaternion, Cartesian
A motion that represents the attitude and inertial angular velocity of a rigid body.
See Also