Click or drag to resize

CartesianStateElementConverter.GetElementFromState 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: 25.1.421.0 (25.1.421.0)
Syntax
public override Motion<double[]> GetElementFromState(
	double[] overallState
)

Parameters

overallState
Type:System.Double[]
The overall raw state from which to produce this element's array.

Return Value

Type: Motion<Double[]>
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