Method b3GetHullEdges
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3GetHullEdges(b3HullData*)
Gets the half-edges of a convex hull.
public static b3HullHalfEdge* b3GetHullEdges(b3HullData* hull)Parameters
hullb3HullData*-
The hull.
Returns
- b3HullHalfEdge*
-
A pointer to the half-edge array, or null when the hull has none.