Table of Contents

Method b3MakeBoxHull

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

b3MakeBoxHull(float, float, float)

Make a box as a hull. Do not call b3DestroyHull on this.

public static extern b3BoxHull b3MakeBoxHull(float hx, float hy, float hz)

Parameters

hx float

See the Box3D documentation.

hy float

See the Box3D documentation.

hz float

See the Box3D documentation.

Returns

b3BoxHull

See the Box3D documentation.