PushOverOrPullUpBehavior Constructor (Double, Double) |
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
)
Public Sub New (
longitudinalLoadFactor As Double,
transverseLoadFactor As Double
)
public:
PushOverOrPullUpBehavior(
double longitudinalLoadFactor,
double transverseLoadFactor
)
new :
longitudinalLoadFactor : float *
transverseLoadFactor : 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.
See Also