Click or drag to resize

AuxiliaryStateElementConverterConvertStateT 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: 24.1.418.0 (24.1.418.0)
Syntax
public abstract Motion<T> ConvertState<T>(
	double[] auxiliaryState
)

Parameters

auxiliaryState
Type: SystemDouble
The raw auxiliary state to convert.

Type Parameters

T
The TypeOfOutput produced by this instance.

Return Value

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