public interface ConvexHullGenerator<S extends Space,P extends Point<S>>
Modifier and Type | Method and Description |
---|---|
ConvexHull<S,P> |
generate(Collection<P> points)
Builds the convex hull from the set of input points.
|
ConvexHull<S,P> generate(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 © 2003–2016 The Apache Software Foundation. All rights reserved.