Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public ScalarRouteTotalSpeed(
	PropagatedRoute route,
	TerrainProvider heightReference
)

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