Click or drag to resize

InscribedTurnProcedure Constructor (Cartographic, Double, Double)

Create a new instance based on the given parameters over the surface of the Earth.

Namespace:  AGI.Foundation.RouteDesign
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public InscribedTurnProcedure(
	Cartographic waypoint,
	double turningRadius,
	double speed
)

Parameters

waypoint
Type: AGI.Foundation.Coordinates.Cartographic
The waypoint at which to inscribe a turn.
turningRadius
Type: System.Double
The horizontal turning radius at which to turn toward the next waypoint, in meters.
speed
Type: System.Double
The target speed at which to turn at the waypoint, in meters per second.
See Also