Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Property: double Angle

  • Declared in: RT.Geometry.PointD

Declaration

double Angle

Summary

Returns the theta (angle from the positive x-axis) of the vector represented by this PointD.

Remarks

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