ConvexHullGenerator2D
MonotoneChain
public interface ConvexHullGenerator<S extends Space,P extends Point<S>>
Modifier and Type | Method | 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 MathIllegalStateException
points
- the set of input pointsMathIllegalStateException
- if generator fails to generate a convex hull for
the given set of input pointsCopyright © 2016–2018 Hipparchus.org. All rights reserved.