TurnAfterWaypointProcedure 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.2.419.0 (24.2.419.0)
Syntax public TurnAfterWaypointProcedure(
Cartographic waypoint,
double turnRadius,
double speed
)
Public Sub New (
waypoint As Cartographic,
turnRadius As Double,
speed As Double
)
public:
TurnAfterWaypointProcedure(
Cartographic waypoint,
double turnRadius,
double speed
)
new :
waypoint : Cartographic *
turnRadius : float *
speed : float -> TurnAfterWaypointProcedure
Parameters
- waypoint
- Type: AGI.Foundation.CoordinatesCartographic
The waypoint at which to arrive on the heading from the previous waypoint. - turnRadius
- Type: SystemDouble
The horizontal turning radius at which to turn toward the next waypoint, in meters. - speed
- Type: SystemDouble
The target speed at which to turn at the waypoint, in meters per second.
See Also