ManeuverReferenceAxes Enumeration |
Indicates the axes that are to be used for defining the maneuver.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum ManeuverReferenceAxes
Public Enumeration ManeuverReferenceAxes
public enum class ManeuverReferenceAxes
type ManeuverReferenceAxes
Members
| Member name | Description |
---|
| StaticAtmosphere |
The maneuver is performed relative to the rotating atmosphere without the influence of the local wind velocity.
|
| MovingAtmosphere |
The maneuver is performed relative to the rotating atmosphere with the influence of the local wind velocity.
|
See Also