Click or drag to resize

AircraftReferenceStateToMotionInFixedFrame 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: 24.1.418.0 (24.1.418.0)
Syntax
public Motion<Cartesian> ToMotionInFixedFrame(
	WindModel winds
)

Parameters

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

Return Value

Type: MotionCartesian
The MotionT in the fixed frame of the central body.
Exceptions
See Also