Click or drag to resize

RotationVectorAngularVelocityToRotationVectorAngularVelocity Method

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 RotationVectorAngularVelocity ToRotationVectorAngularVelocity(
	Motion<UnitQuaternion, Cartesian> motionUnitQuaternionCartesian
)

Parameters

motionUnitQuaternionCartesian
Type: AGI.FoundationMotionUnitQuaternion, Cartesian
A motion that represents the attitude and inertial angular velocity of a rigid body.

Return Value

Type: RotationVectorAngularVelocity
A parameter that includes the rotation vector and body-fixed angular velocity of a rigid-body.
See Also