Table of Contents

Method b3CreateHull

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

b3CreateHull(Vector3*, int, int)

Create a generic convex hull.

public static extern b3HullData* b3CreateHull(Vector3* points, int pointCount, int maxVertexCount)

Parameters

points Vector3*

See the Box3D documentation.

pointCount int

See the Box3D documentation.

maxVertexCount int

See the Box3D documentation.

Returns

b3HullData*

See the Box3D documentation.