Click or drag to resize

RotationVectorAngularVelocity Constructor (Cartesian, Cartesian)

Initializes this type directly from a rotation vector and a body-fixed angular velocity.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public RotationVectorAngularVelocity(
	Cartesian rotationVector,
	Cartesian angularVelocity
)

Parameters

rotationVector
Type: AGI.Foundation.CoordinatesCartesian
The rotation vector whose magnitude is a rotation angle and whose direction is a rotation axis.
angularVelocity
Type: AGI.Foundation.CoordinatesCartesian
The body-fixed angular velocity of a rigid-body.
See Also