Click or drag to resize

RotationVectorAngularVelocity Constructor (Double[])

Initializes a set of RotationVectorAngularVelocity coordinates from the first 6 consecutive elements in the provided array.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public RotationVectorAngularVelocity(
	double[] elements
)

Parameters

elements
Type:System.Double[]
The array of coordinate values.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when elements is null.
ArgumentOutOfRangeException An object of this type must be constructed from an array with at least 6 elements.
See Also