math.geom2d.polygon.convhull
Interface ConvexHull2D
-
- All Known Implementing Classes:
- GrahamScan2D, JarvisMarch2D
public interface ConvexHull2DGeneric interface for classes that allow computing the convex hull of a set of points.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description Polygon2DconvexHull(java.util.Collection<? extends Point2D> points)Computes the convex hull of the given collection of points.
-
DMelt 3.0 © DataMelt by jWork.ORG