Click or drag to resize

CartesianStateElementConverterGetElementFromState Method

Produces this state element's values and their derivatives from the overall raw state.

Namespace:  AGI.Foundation.Propagators.Advanced
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override Motion<double[]> GetElementFromState(
	double[] overallState
)

Parameters

overallState
Type: SystemDouble
The overall raw state from which to produce this element's array.

Return Value

Type: MotionDouble
A representation of the values of this state as arrays of length Dimension in a motion of this element's Order minus one.
See Also