Rotate this waypoint a given number of degrees with respect to center.

Namespace: FlightPlan
Assembly: FlightPlanXML (in FlightPlanXML.dll) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void Rotate(
	Waypoint center,
	double angle
)
Visual Basic
Public Sub Rotate ( _
	center As Waypoint, _
	angle As Double _
)
Visual C++
public:
void Rotate(
	Waypoint^ center, 
	double angle
)

See Also