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