Method Angle
Angle(Point)
Returns the polar angle of the vector represented by this point, in radians.
public static double Angle(Point p)
Parameters
pPointThe vector as a point.
Returns
- double
The angle in radians in the range (-π, π].
Returns the polar angle of the vector represented by this point, in radians.
public static double Angle(Point p)
p PointThe vector as a point.
The angle in radians in the range (-π, π].