Package org.djutils.draw.line
Interface ConvexHullTest.ConvexHullImplementation
- Enclosing class:
- ConvexHullTest
static interface ConvexHullTest.ConvexHullImplementation
Wrapper for any convex hull implementation.
-
Method Summary
-
Method Details
-
run
Run a particular implementation of the convex hull algorithm.- Parameters:
points
- List<Point2d>; the points for which the convex hull must be constructed- Returns:
- Polygon2d; the convex hull of the points
- Throws:
NullPointerException
- when list is nullDrawRuntimeException
- when list is empty
-