RotationVectorAngularVelocity Constructor (Double) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic RotationVectorAngularVelocity(
double[] elements
)
Public Sub New (
elements As Double()
)
public:
RotationVectorAngularVelocity(
array<double>^ elements
)
new :
elements : float[] -> RotationVectorAngularVelocityParameters
- elements
- Type: SystemDouble
The array of coordinate values.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when elements is .
|
| ArgumentOutOfRangeException |
An object of this type must be constructed from an array with at least 6 elements.
|
See Also