PrescribedAccelerationTransitionProfile Constructor |
Name | Description | |
---|---|---|
PrescribedAccelerationTransitionProfile |
Create a new instance. By default, this uses a ThrustAcceleration of zero,
indicating that it will update the next profile based on the initial speed which will
be determined by the previous profile unless AllowModificationOfInitialSpeed is
set to false. Similarly, the initial and final conditions for height will be determined by
the surrounding profiles unless the properties allowing them to change are set to false.
Also by default, the reference surface is set to the surface of the
EarthCentralBody in the CentralBodiesFacet.
| |
PrescribedAccelerationTransitionProfile(Double, Double, Double, Double, TerrainProvider) |
Create a new instance based on the given platform properties.
| |
PrescribedAccelerationTransitionProfile(Double, Double, Double, ProfileSpeed, Double, Double, Double, Double, TerrainProvider) |
Create a new instance based on the given parameters to completely define the incline.
By default, the height and speed parameters will be overridden by surrounding profiles unless the
appropriate 'allow' properties are set to fix their values.
|