Click or drag to resize

MaintainHorizontalAndVerticalSpeedsBehavior Constructor (ManeuverReferenceAxes)

Initializes an instance with the provided ManeuverReferenceAxes.

Namespace:  AGI.Foundation.AircraftPropagation
Assembly:  AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public MaintainHorizontalAndVerticalSpeedsBehavior(
	ManeuverReferenceAxes maneuverReferenceAxes
)

Parameters

maneuverReferenceAxes
Type: AGI.Foundation.AircraftPropagationManeuverReferenceAxes
The reference axes for the behavior.
Remarks
If the ManeuverReferenceAxes is StaticAtmosphere, then speeds relative to the static atmosphere are maintained. If the ManeuverReferenceAxes is MovingAtmosphere, then speeds relative to the moving atmosphere are maintained.
See Also