Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: PointD RotateDeg(double)

  • Declared in: RT.Geometry.PointD

Declaration

public PointD RotateDeg(
    double angle
)

Summary

Rotates the current point by the specified angle about the origin.

Parameters

doubleangle The angle in degrees.

Returns

The rotated point.

Remarks

If the coordinate system is mathy (positive Y goes up), the rotation is counter-clockwise. If the coordinate system is computery (positive Y goes down), the rotation is clockwise.