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