Click or drag to resize

StandardTransitionProfile Constructor (ProfileDynamics, ProfileSpeed, 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 StandardTransitionProfile(
	ProfileDynamics dynamics,
	ProfileSpeed targetSpeed,
	TerrainProvider heightReference
)

Parameters

dynamics
Type: AGI.Foundation.RouteDesignProfileDynamics
The dynamical properties of the platform.
targetSpeed
Type: AGI.Foundation.RouteDesignProfileSpeed
The target speed at which to traverse this profile.
heightReference
Type: AGI.Foundation.TerrainTerrainProvider
The reference above which the height of this profile is defined.
See Also