SimpleFixedWingCoordinatedFlightBankAngle Property |
Gets the bank angle of the aircraft. This angle is rotation about the relative velocity vector with respect to the moving atmosphere.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Scalar BankAngle { get; }
Public ReadOnly Property BankAngle As Scalar
Get
public:
property Scalar^ BankAngle {
Scalar^ get ();
}
member BankAngle : Scalar with get
Property Value
Type:
ScalarSee Also