Click or drag to resize

TurnAtConstantRateBehavior Constructor (ManeuverReferenceAxes, Double)

Initializes an instance with the provided ManeuverReferenceAxes and turn rate.

Namespace:  AGI.Foundation.AircraftPropagation
Assembly:  AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TurnAtConstantRateBehavior(
	ManeuverReferenceAxes maneuverReferenceAxes,
	double turnRate
)

Parameters

maneuverReferenceAxes
Type: AGI.Foundation.AircraftPropagationManeuverReferenceAxes
The reference axes for the behavior.
turnRate
Type: SystemDouble
The rate of the turn.
Remarks
If the ManeuverReferenceAxes is StaticAtmosphere, then the turn rate applies to the rate of change in the true course of the aircraft. If the ManeuverReferenceAxes is MovingAtmosphere, then the turn rate applies to the rate of change in the true heading of the aircraft.
See Also