Table of Contents

Method b3MakeCubeHull

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

b3MakeCubeHull(float)

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

public static extern b3BoxHull b3MakeCubeHull(float halfWidth)

Parameters

halfWidth float

See the Box3D documentation.

Returns

b3BoxHull

See the Box3D documentation.