RotationVectorAngularVelocity Constructor (Double) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 23.1.416.0 (23.1.416.0)
Syntaxpublic 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