P - Type of the Pointpublic interface ConvexHullGenerator<P extends Point<P>>
| Modifier and Type | Method and Description |
|---|---|
ConvexHull<P> |
generate(Collection<P> points)
Build a convex hull from the set of input points.
|
ConvexHull<P> generate(Collection<P> points)
points - the set of input pointsIllegalStateException - if generator fails to generate a convex hull for
the given set of input pointsCopyright © 2016–2020 The Apache Software Foundation. All rights reserved.