ScalarRouteTotalSpeed Constructor (PropagatedRoute, TerrainProvider) |
Create a new instance based on the given route and reference surface.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ScalarRouteTotalSpeed(
PropagatedRoute route,
TerrainProvider heightReference
)
Public Sub New (
route As PropagatedRoute,
heightReference As TerrainProvider
)
public:
ScalarRouteTotalSpeed(
PropagatedRoute^ route,
TerrainProvider^ heightReference
)
new :
route : PropagatedRoute *
heightReference : TerrainProvider -> ScalarRouteTotalSpeed
Parameters
- route
- Type: AGI.Foundation.RouteDesignPropagatedRoute
The route over which to compute the total speed. - heightReference
- Type: AGI.Foundation.TerrainTerrainProvider
The reference surface that defines the height (and vertical rates).
See Also