Click or drag to resize

PushOverOrPullUpBehavior Constructor (Double, Double, Double)

Initializes a new instance.

Namespace:  AGI.Foundation.AircraftPropagation
Assembly:  AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public PushOverOrPullUpBehavior(
	double longitudinalLoadFactor,
	double transverseLoadFactor,
	double gravitationalAcceleration
)

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