Click or drag to resize

LinearClimbOrDescentBehavior Constructor (Double)

Initializes an instance with the provided values and a default GravitationalAcceleration of 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 LinearClimbOrDescentBehavior(
	double longitudinalLoadFactor
)

Parameters

longitudinalLoadFactor
Type: SystemDouble
The load factor parallel to the atmospheric relative velocity direction.
See Also