Table of Contents

Method b3GetHullPlanes

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

b3GetHullPlanes(b3HullData*)

Gets the face planes of a convex hull.

public static b3Plane* b3GetHullPlanes(b3HullData* hull)

Parameters

hull b3HullData*

The hull.

Returns

b3Plane*

A pointer to the plane array, or null when the hull has none.