RotationVectorAngularVelocity Constructor (Double, Int32) |
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,
int startIndex
)
Public Sub New (
elements As Double(),
startIndex As Integer
)
public:
RotationVectorAngularVelocity(
array<double>^ elements,
int startIndex
)
new :
elements : float[] *
startIndex : int -> RotationVectorAngularVelocity
Parameters
- elements
- Type: SystemDouble
The array of coordinate values. - startIndex
- Type: SystemInt32
The index of the first element in the array to use.
Exceptions See Also