Table of Contents

Method b3GetHullVertices

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

b3GetHullVertices(b3HullData*)

Gets the vertices of a convex hull.

public static b3HullVertex* b3GetHullVertices(b3HullData* hull)

Parameters

hull b3HullData*

The hull.

Returns

b3HullVertex*

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