public interface ClosestPair
Modifier and Type | Method and Description |
---|---|
PointPair_2 |
findClosestPair(Point_2[] points)
Compute the closest pair of a set of points in the plane
|
PointPair_2 findClosestPair(Point_2[] points)
points
- the set of points