S
- Space type.P
- Point type.public interface ConvexHull<S extends Space,P extends Point<S>>
extends java.io.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 (c) 2003-2014 Apache Software Foundation