Method b3CreateHull
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3CreateHull(Vector3*, int, int)
Create a generic convex hull.
public static extern b3HullData* b3CreateHull(Vector3* points, int pointCount, int maxVertexCount)Parameters
pointsVector3*-
See the Box3D documentation.
pointCountint-
See the Box3D documentation.
maxVertexCountint-
See the Box3D documentation.
Returns
- b3HullData*
-
See the Box3D documentation.