Method b3GetHullFaces
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3GetHullFaces(b3HullData*)
Gets the faces of a convex hull.
public static b3HullFace* b3GetHullFaces(b3HullData* hull)Parameters
hullb3HullData*-
The hull.
Returns
- b3HullFace*
-
A pointer to the face array, or null when the hull has none.