FarthestPairOther Property |
Returns the other point in the closest pair of points.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Point2D Other { get; }
Return Value
Type:
Point2Dthe other point in the closest pair of points
null if no such point (because there are fewer than 2 points)
See Also