Click or drag to resize
FarthestPairOther Property
Returns the other point in the closest pair of points.

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

Return Value

Type: Point2D
the other point in the closest pair of points null if no such point (because there are fewer than 2 points)
See Also