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 InsufficientDataException
InsufficientDataException
- if the number of vertices is not enough to
build a region in the respective spaceCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.