Click or drag to resize

PrescribedAccelerationTransitionProfile Constructor (Double, Double, Double, Double, TerrainProvider)

Create a new instance based on the given platform properties.

Namespace:  AGI.Foundation.RouteDesign
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public PrescribedAccelerationTransitionProfile(
	double thrustAcceleration,
	double pitchUpAcceleration,
	double pushOverAcceleration,
	double initialSpeed,
	TerrainProvider heightReference
)

Parameters

thrustAcceleration
Type: SystemDouble
The prescribed acceleration along the inclined flight path, in meters per second squared.
pitchUpAcceleration
Type: SystemDouble
The acceleration used to pitch up when climbing, in meters per seconds squared.
pushOverAcceleration
Type: SystemDouble
The acceleration used to pitch down when leveling out, in meters per seconds squared.
initialSpeed
Type: SystemDouble
The target initial speed at the start of the profile before any acceleration, in meters per second.
heightReference
Type: AGI.Foundation.TerrainTerrainProvider
The reference above which the height of this profile is defined.
See Also