Table of Contents

Method b3GetHullPoints

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

b3GetHullPoints(b3HullData*)

Gets the points of a convex hull.

public static Vector3* b3GetHullPoints(b3HullData* hull)

Parameters

hull b3HullData*

The hull.

Returns

Vector3*

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