PushOverOrPullUpBehavior Constructor (Double, Double, Double) |
Initializes a new instance.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public PushOverOrPullUpBehavior(
double longitudinalLoadFactor,
double transverseLoadFactor,
double gravitationalAcceleration
)
Public Sub New (
longitudinalLoadFactor As Double,
transverseLoadFactor As Double,
gravitationalAcceleration As Double
)
public:
PushOverOrPullUpBehavior(
double longitudinalLoadFactor,
double transverseLoadFactor,
double gravitationalAcceleration
)
new :
longitudinalLoadFactor : float *
transverseLoadFactor : float *
gravitationalAcceleration : float -> PushOverOrPullUpBehavior
Parameters
- longitudinalLoadFactor
- Type: SystemDouble
The load factor parallel to the atmospheric relative velocity direction. - transverseLoadFactor
- Type: SystemDouble
The load factor orthogonal to the atmospheric relative velocity direction. - gravitationalAcceleration
- Type: SystemDouble
The gravitational acceleration constant to use when evaluating the load factor.
See Also