| Class | Description |
|---|---|
| GrahamScan |
Graham Scan convex hull algorithm, based on the implementation by
Bart Kiers.
|
| PolygonUtils |
PolygonUtils is a Java version of the General Polygon Clipper
algorithm developed by Alan Murta (gpc@cs.man.ac.uk). |
| RotatingCalipers |
Rotating calipers algorithm, based on the implementation by
Bart Kiers.
|
| RotatingCalipers.Caliper |
| Enum | Description |
|---|---|
| GrahamScan.Turn |
An enum denoting a directional-turn between 3 Point2ds (vectors).
|
| RotatingCalipers.Corner |