Click or drag to resize

TurnBeforeWaypointProcedure 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.1.418.0 (24.1.418.0)
Syntax
public TurnBeforeWaypointProcedure(
	Cartographic waypoint,
	double turnRadius,
	double speed
)

Parameters

waypoint
Type: AGI.Foundation.CoordinatesCartographic
The waypoint at which to arrive on the heading toward the next waypoint.
turnRadius
Type: SystemDouble
The horizontal turning radius at which to turn when arriving at the waypoint, in meters.
speed
Type: SystemDouble
The target speed at which to turn at the waypoint, in meters per second.
See Also