Method GetHullPlaneSpan
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
GetHullPlaneSpan(b3HullData*)
Gets the face planes of a convex hull as a span.
public static ReadOnlySpan<b3Plane> GetHullPlaneSpan(b3HullData* hull)Parameters
hullb3HullData*-
The hull.
Returns
- ReadOnlySpan<b3Plane>
-
The planes, borrowed from the hull.