P - Point implementation type.public interface ConvexHull<P extends Point<P>>
| Modifier and Type | Method and Description |
|---|---|
Region<P> |
getRegion()
Return the region representing the convex hull.
|
List<P> |
getVertices()
Get the vertices of the convex hull.
|
List<P> getVertices()
Region<P> getRegion()
Copyright © 2016–2020 The Apache Software Foundation. All rights reserved.