Click or drag to resize

AircraftStateElementConverterConvertStateT Method (Double)

Convert the raw state into this instance's Type and its derivatives.

Namespace:  AGI.Foundation.AircraftPropagation
Assembly:  AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override Motion<T> ConvertState<T>(
	double[] overallState
)

Parameters

overallState
Type: SystemDouble
The raw state to convert.

Type Parameters

T
The TypeOfOutput produced by this instance.

Return Value

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