public interface ConvexHullGenerator<S extends Space,P extends Point<S>>
Modifier and Type | Method and Description |
---|---|
ConvexHull<S,P> |
generate(java.util.Collection<P> points)
Builds the convex hull from the set of input points.
|
ConvexHull<S,P> generate(java.util.Collection<P> points) throws NullArgumentException, ConvergenceException
points
- the set of input pointsNullArgumentException
- if the input collection is null
ConvergenceException
- if generator fails to generate a convex hull for
the given set of input pointsCopyright (c) 2003-2014 Apache Software Foundation