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.2.419.0 (24.2.419.0)
Syntax public PrescribedAccelerationTransitionProfile(
double thrustAcceleration,
double pitchUpAcceleration,
double pushOverAcceleration,
double initialSpeed,
TerrainProvider heightReference
)
Public Sub New (
thrustAcceleration As Double,
pitchUpAcceleration As Double,
pushOverAcceleration As Double,
initialSpeed As Double,
heightReference As TerrainProvider
)
public:
PrescribedAccelerationTransitionProfile(
double thrustAcceleration,
double pitchUpAcceleration,
double pushOverAcceleration,
double initialSpeed,
TerrainProvider^ heightReference
)
new :
thrustAcceleration : float *
pitchUpAcceleration : float *
pushOverAcceleration : float *
initialSpeed : float *
heightReference : TerrainProvider -> PrescribedAccelerationTransitionProfile
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