StandardTransitionProfile Constructor (ProfileDynamics, ProfileSpeed, Double, Double, Double, Double, TerrainProvider) |
Create a new instance based on the given parameters to completely define the incline.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public StandardTransitionProfile(
ProfileDynamics dynamics,
ProfileSpeed targetSpeed,
double initialHeight,
double initialHeightRate,
double finalHeight,
double finalHeightRate,
TerrainProvider heightReference
)
Public Sub New (
dynamics As ProfileDynamics,
targetSpeed As ProfileSpeed,
initialHeight As Double,
initialHeightRate As Double,
finalHeight As Double,
finalHeightRate As Double,
heightReference As TerrainProvider
)
public:
StandardTransitionProfile(
ProfileDynamics^ dynamics,
ProfileSpeed^ targetSpeed,
double initialHeight,
double initialHeightRate,
double finalHeight,
double finalHeightRate,
TerrainProvider^ heightReference
)
new :
dynamics : ProfileDynamics *
targetSpeed : ProfileSpeed *
initialHeight : float *
initialHeightRate : float *
finalHeight : float *
finalHeightRate : float *
heightReference : TerrainProvider -> StandardTransitionProfile
Parameters
- dynamics
- Type: AGI.Foundation.RouteDesignProfileDynamics
The dynamical properties of the position. - targetSpeed
- Type: AGI.Foundation.RouteDesignProfileSpeed
The speed at which to traverse the profile. - initialHeight
- Type: SystemDouble
The fixed initial height of the incline with respect to the surface, in meters. - initialHeightRate
- Type: SystemDouble
The initial rate of climb (or descent), in meters per second. - finalHeight
- Type: SystemDouble
The fixed final height of the incline with respect to the surface, in meters. - finalHeightRate
- Type: SystemDouble
The final rate of climb (or descent), in meters per second. - heightReference
- Type: AGI.Foundation.TerrainTerrainProvider
The reference surface above which to define the incline.
See Also