Point2DGetPolarOrder Method |
Compares two points by polar angle (between 0 and 2pi) with respect to this point.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Comparer<Point2D> GetPolarOrder()
Return Value
Type:
ComparerPoint2Dthe comparator
See Also