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: 25.1.421.0 (25.1.421.0)
Syntaxpublic RotationVectorAngularVelocity(
	double x,
	double y,
	double z,
	double omegaX,
	double omegaY,
	double omegaZ
)
Public Sub New ( 
	x As Double,
	y As Double,
	z As Double,
	omegaX As Double,
	omegaY As Double,
	omegaZ As Double
)
public:
RotationVectorAngularVelocity(
	double x, 
	double y, 
	double z, 
	double omegaX, 
	double omegaY, 
	double omegaZ
)
new : 
        x : float * 
        y : float * 
        z : float * 
        omegaX : float * 
        omegaY : float * 
        omegaZ : float -> RotationVectorAngularVelocityParameters
- 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