Table of Contents

Method GetHullEdgeSpan

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

GetHullEdgeSpan(b3HullData*)

Gets the half-edges of a convex hull as a span.

public static ReadOnlySpan<b3HullHalfEdge> GetHullEdgeSpan(b3HullData* hull)

Parameters

hull b3HullData*

The hull.

Returns

ReadOnlySpan<b3HullHalfEdge>

The half-edges, borrowed from the hull.