Click or drag to resize
Point2DTheta Property
Returns the angle of this point in polar coordinates.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public double Theta { get; }

Return Value

Type: Double
the angle (in radians) of this point in polar coordiantes (between -pi/2 and pi/2)
See Also