Click or drag to resize

VerticalBehaviorDerivatives Constructor

Initializes the vertical 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 VerticalBehaviorDerivatives(
	ManeuverReferenceAxes maneuverReferenceAxes,
	double horizontalAcceleration,
	double verticalAcceleration
)

Parameters

maneuverReferenceAxes
Type: AGI.Foundation.AircraftPropagationManeuverReferenceAxes
The axes in which the vertical behavior of a maneuver is defined.
horizontalAcceleration
Type: SystemDouble
The horizontal component of the acceleration.
verticalAcceleration
Type: SystemDouble
The vertical component of the acceleration.
See Also