S - Space type.P - Point type.public interface ConvexHull<S extends Space,P extends Point<S>> extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
| Region<S> | createRegion()Returns a new region that is enclosed by the convex hull. | 
| P[] | getVertices()Get the vertices of the convex hull. | 
P[] getVertices()
Region<S> createRegion() throws MathIllegalArgumentException
MathIllegalArgumentException - if the number of vertices is not enough to
 build a region in the respective spaceCopyright © 2016–2020 Hipparchus.org. All rights reserved.