Click or drag to resize

CartesianStateElementConverter.ConvertState Method (Double[])

Convert the raw state into a Cartesian and its derivatives.

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 Motion<Cartesian> ConvertState(
	double[] overallState
)

Parameters

overallState
Type:System.Double[]
The raw state to convert.

Return Value

Type: Motion<Cartesian>
The value and its derivatives corresponding to the state.
See Also