public interface ConvexHullGenerator2D extends ConvexHullGenerator<Euclidean2D,Vector2D>
| Modifier and Type | Method and Description | 
|---|---|
| ConvexHull2D | generate(Collection<Vector2D> points)Builds the convex hull from the set of input points. | 
ConvexHull2D generate(Collection<Vector2D> points) throws NullArgumentException, ConvergenceException
generate in interface ConvexHullGenerator<Euclidean2D,Vector2D>points - the set of input pointsNullArgumentException - if the input collection is nullConvergenceException - if generator fails to generate a convex hull for
 the given set of input pointsCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.