Table of Contents

Method b3MakeOffsetBoxHull

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

b3MakeOffsetBoxHull(float, float, float, Vector3)

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

public static extern b3BoxHull b3MakeOffsetBoxHull(float hx, float hy, float hz, Vector3 offset)

Parameters

hx float

See the Box3D documentation.

hy float

See the Box3D documentation.

hz float

See the Box3D documentation.

offset Vector3

See the Box3D documentation.

Returns

b3BoxHull

See the Box3D documentation.