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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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.Coordinates.Cartesian
The rotation vector whose magnitude is a rotation angle and whose direction is a rotation axis. - angularVelocity
- Type: AGI.Foundation.Coordinates.Cartesian
The body-fixed angular velocity of a rigid-body.
See Also