SimpleFixedWingCoordinatedFlightBodyAxes Property |
Gets an
Axes aligned with the body of the aircraft.
The x-axis is directed forward.
The y-axis is directed right.
The z-axis is directed down.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Axes BodyAxes { get; }
Public ReadOnly Property BodyAxes As Axes
Get
public:
property Axes^ BodyAxes {
Axes^ get ();
}
member BodyAxes : Axes with get
Property Value
Type:
AxesSee Also