| Package | Description |
|---|---|
| de.topobyte.lightgeom.convexhull |
| Modifier and Type | Method and Description |
|---|---|
PointArray |
ConvexHull.computePolygon(float[] polygon, boolean sorted)
|
PointArray |
ConvexHull.computePolygon(float[] points, int offset, int count, boolean sorted)
Returns the convex hull polygon for the given point cloud.
|
PointArray |
ConvexHull.computePolygon(FloatArray
|