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
- the points for which the convex hull must be constructed- Returns:
- the convex hull of the points
- Throws:
NullPointerException
- when list is nullIllegalArgumentException
- when list is empty
-