Click or drag to resize

RotationVectorAngularVelocityStateElementConverterConvertState Method (Double)

Convert the raw state into a RotationVectorAngularVelocity and its derivatives.

Namespace:  AGI.Foundation.Propagators.Advanced
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Motion<RotationVectorAngularVelocity> ConvertState(
	double[] overallState
)

Parameters

overallState
Type: SystemDouble
The raw state to convert.

Return Value

Type: MotionRotationVectorAngularVelocity
The value and its derivatives corresponding to the state.
See Also