| Modifier and Type | Field and Description |
|---|---|
IntArrayList |
vertexIndexMapping |
| Constructor and Description |
|---|
HullLibrary() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
createConvexHull(HullDesc desc,
HullResult result)
Converts point cloud to polygonal representation.
|
boolean |
releaseResult(HullResult result)
Release memory allocated for this result, we are done with it.
|
public final IntArrayList vertexIndexMapping
public boolean createConvexHull(HullDesc desc, HullResult result)
desc - describes the input requestresult - contains the resultpublic boolean releaseResult(HullResult result)