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.2.419.0 (24.2.419.0)
Syntax public HorizontalBehaviorDerivatives(
ManeuverReferenceAxes maneuverReferenceAxes,
double angularRate
)
Public Sub New (
maneuverReferenceAxes As ManeuverReferenceAxes,
angularRate As Double
)
public:
HorizontalBehaviorDerivatives(
ManeuverReferenceAxes maneuverReferenceAxes,
double angularRate
)
new :
maneuverReferenceAxes : ManeuverReferenceAxes *
angularRate : float -> HorizontalBehaviorDerivatives
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