Click or drag to resize

PushOverOrPullUpBehavior Constructor (Double, Double)

Initializes a new instance. GravitationalAcceleration will be set to EarthSurfaceGravity.

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
)

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