public class JarvisMarch2D extends Object implements ConvexHull2D
| Constructor and Description |
|---|
JarvisMarch2D()
Creates a new Convex hull calculator.
|
| Modifier and Type | Method and Description |
|---|---|
Polygon2D |
convexHull(Collection<? extends Point2D> points)
Computes the convex hull of a set of points as a single Polygon2D.
|
public Polygon2D convexHull(Collection<? extends Point2D> points)
convexHull in interface ConvexHull2DCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.