Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public StandardTransitionProfile(
	ProfileDynamics dynamics,
	ProfileSpeed targetSpeed,
	double initialHeight,
	double initialHeightRate,
	double finalHeight,
	double finalHeightRate,
	TerrainProvider heightReference
)

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