Click or drag to resize

RotationVectorAngularVelocity Constructor (Double, Double, Double, Double, Double, Double)

Initializes this type from rotation vector and angular velocity components.

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(
	double x,
	double y,
	double z,
	double omegaX,
	double omegaY,
	double omegaZ
)

Parameters

x
Type: SystemDouble
The x-component of the rotation vector.
y
Type: SystemDouble
The y-component of the rotation vector.
z
Type: SystemDouble
The z-component of the rotation vector.
omegaX
Type: SystemDouble
The x-component of the body-fixed angular velocity.
omegaY
Type: SystemDouble
The y-component of the body-fixed angular velocity.
omegaZ
Type: SystemDouble
The z-component of the body-fixed angular velocity.
See Also