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.2.419.0 (24.2.419.0)
Syntax public RotationVectorAngularVelocity(
Cartesian rotationVector,
Cartesian angularVelocity
)
Public Sub New (
rotationVector As Cartesian,
angularVelocity As Cartesian
)
public:
RotationVectorAngularVelocity(
Cartesian rotationVector,
Cartesian angularVelocity
)
new :
rotationVector : Cartesian *
angularVelocity : Cartesian -> RotationVectorAngularVelocity
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