RotationVectorAngularVelocityToDateMotionCollectionRotationVectorAngularVelocity Method |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static DateMotionCollection<RotationVectorAngularVelocity> ToDateMotionCollectionRotationVectorAngularVelocity(
DateMotionCollection<UnitQuaternion, Cartesian> inputCollection,
int order
)
Public Shared Function ToDateMotionCollectionRotationVectorAngularVelocity (
inputCollection As DateMotionCollection(Of UnitQuaternion, Cartesian),
order As Integer
) As DateMotionCollection(Of RotationVectorAngularVelocity)
public:
static DateMotionCollection<RotationVectorAngularVelocity>^ ToDateMotionCollectionRotationVectorAngularVelocity(
DateMotionCollection<UnitQuaternion, Cartesian>^ inputCollection,
int order
)
static member ToDateMotionCollectionRotationVectorAngularVelocity :
inputCollection : DateMotionCollection<UnitQuaternion, Cartesian> *
order : int -> DateMotionCollection<RotationVectorAngularVelocity>
Parameters
- inputCollection
- Type: AGI.FoundationDateMotionCollectionUnitQuaternion, Cartesian
A collection of attitude quaternions, inertial angular velocities, and inertial angular accelerations at fixed dates. - order
- Type: SystemInt32
An order of 0 or less produces a DateMotionCollection<RotationVectorAngularVelocity>
with only the rotation vector and body-fixed angular velocity initialized. An order of 1 or greater produces a collection that also includes
the first derivative of the rotation vector and the body-fixed angular acceleration.
Return Value
Type:
DateMotionCollectionRotationVectorAngularVelocityA collection that represents the rotation vector, body-fixed angular velocity, and their derivatives at fixed dates.
See Also