public class ConvexHull
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
protected class |
ConvexHull.thetaComparator |
Constructor and Description |
---|
ConvexHull() |
Modifier and Type | Method and Description |
---|---|
java.util.Vector |
calculateHull(java.util.LinkedList coordinates) |
protected int |
ccw(java.awt.Point p0,
java.awt.Point p1,
java.awt.Point p2) |