Click or drag to resize

LinearClimbOrDescentBehavior Constructor (Double, Double)

Initializes an instance with the provided values.

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

Parameters

longitudinalLoadFactor
Type: SystemDouble
The load factor parallel to the atmospheric relative velocity direction.
gravitationalAcceleration
Type: SystemDouble
The gravitational acceleration constant to use when evaluating the load factor.
See Also