|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object math.geom2d.polygon.convhull.GrahamScan2D
public class GrahamScan2D
Constructor Summary | |
---|---|
GrahamScan2D()
Creates a new Convex hull calculator. |
Method Summary | |
---|---|
Polygon2D |
convexHull(Collection<? extends Point2D> points)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GrahamScan2D()
Method Detail |
---|
public Polygon2D convexHull(Collection<? extends Point2D> points)
convexHull
in interface ConvexHull2D
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |