public interface ConvexHullGenerator2D extends ConvexHullGenerator<Vector2D>
| Modifier and Type | Method and Description |
|---|---|
ConvexHull2D |
generate(Collection<Vector2D> points)
Build a convex hull from the set of input points.
|
ConvexHull2D generate(Collection<Vector2D> points)
generate in interface ConvexHullGenerator<Vector2D>points - the set of input pointsCopyright © 2016–2020 The Apache Software Foundation. All rights reserved.