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.2.419.0 (24.2.419.0)
Syntax public StandardTransitionProfile(
ProfileDynamics dynamics,
ProfileSpeed targetSpeed,
TerrainProvider heightReference
)
Public Sub New (
dynamics As ProfileDynamics,
targetSpeed As ProfileSpeed,
heightReference As TerrainProvider
)
public:
StandardTransitionProfile(
ProfileDynamics^ dynamics,
ProfileSpeed^ targetSpeed,
TerrainProvider^ heightReference
)
new :
dynamics : ProfileDynamics *
targetSpeed : ProfileSpeed *
heightReference : TerrainProvider -> StandardTransitionProfile
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