RotationVectorAngularVelocity Constructor (Double) |
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(
double[] elements
)
Public Sub New (
elements As Double()
)
public:
RotationVectorAngularVelocity(
array<double>^ elements
)
new :
elements : float[] -> RotationVectorAngularVelocity
Parameters
- elements
- Type: SystemDouble
The array of coordinate values.
Exceptions See Also