Method b3GetHullSoaNormals
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3GetHullSoaNormals(b3HullData*)
Gets the structure-of-arrays face normals of a convex hull.
public static float* b3GetHullSoaNormals(b3HullData* hull)Parameters
hullb3HullData*-
The hull.
Returns
- float*
-
A pointer to the data, or null when the hull has none.
Remarks
Padded the same way as Box3D.Native.B3.b3GetHullSoaVertices(Box3D.Native.b3HullData*).