Interface | Description |
---|---|
ClosestPair |
Interface for closest pair algorithms
|
Class | Description |
---|---|
PointPair_2 |
Class representing a pair of points in the plane
|
SlowClosestPair |
Implementation of a quadratic time algorithm for computing the closest pair,
based on exhaustive search.
|