Returns the angle of this point in polar coordinates.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic double Theta { get; }
Return Value
Type:
Doublethe angle (in radians) of this point in polar coordiantes (between -pi/2 and pi/2)
See Also