Method b3Shape_GetHull
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Shape_GetHull(b3ShapeId)
Get the shape's convex hull. Asserts the type is correct.
public static extern b3HullData* b3Shape_GetHull(b3ShapeId shapeId)Parameters
shapeIdb3ShapeId-
See the Box3D documentation.
Returns
- b3HullData*
-
See the Box3D documentation.