public interface IHullAlgorithm
| Modifier and Type | Method and Description |
|---|---|
int |
computeHull(float[] pVertices,
int pVertexCount,
int pVertexOffsetX,
int pVertexOffsetY,
int pStride) |
int computeHull(float[] pVertices,
int pVertexCount,
int pVertexOffsetX,
int pVertexOffsetY,
int pStride)
pVertices - a interleaved float[] containing vertex data.pVertexCount - the amount of vertices to look at in pVertices.pVertexOffsetX - the offset of the x-coordinate in a vertex.pVertexOffsetY - the offset of the y-coordinate in a vertex.pStride - the stride between each vertex.