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