Click or drag to resize

AuxiliaryStateElementConverter.ConvertState<T> Method

Convert the raw auxiliary state into this instance's Type 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 abstract Motion<T> ConvertState<T>(
	double[] auxiliaryState
)

Parameters

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

Type Parameters

T
The TypeOfOutput produced by this instance.

Return Value

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