Click or drag to resize

HorizontalBehaviorDerivatives Constructor

Initializes the horizontal derivatives with respect to the indicated maneuver axes.

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

Parameters

maneuverReferenceAxes
Type: AGI.Foundation.AircraftPropagationManeuverReferenceAxes
The axes in which the horizontal behavior of a maneuver is defined
angularRate
Type: SystemDouble
The rate of change of the angular reference in the horizontal plane.
See Also