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 MathIllegalStateException
generate in interface ConvexHullGenerator<Euclidean2D,Vector2D>points - the set of input pointsMathIllegalStateException - if generator fails to generate a convex hull for
the given set of input pointsCopyright © 2016-2022 CS GROUP. All rights reserved.