Click or drag to resize

AircraftReferenceState.ToMotionInFixedFrame Method

Converts the reference state of the aircraft into motion with respect to the fixed frame of the HeightReferenceSurface.

Namespace:  AGI.Foundation.AircraftPropagation
Assembly:  AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public Motion<Cartesian> ToMotionInFixedFrame(
	WindModel winds
)

Parameters

winds
Type: AGI.Foundation.Celestial.WindModel
The wind model for the local atmosphere.

Return Value

Type: Motion<Cartesian>
The Motion<T> in the fixed frame of the central body.
Exceptions
See Also