Table of Contents

Method b3MakeTransformedBoxHull

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

b3MakeTransformedBoxHull(float, float, float, b3Transform)

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

public static extern b3BoxHull b3MakeTransformedBoxHull(float hx, float hy, float hz, b3Transform transform)

Parameters

hx float

, hy, hz positive half widths

hy float

See the Box3D documentation.

hz float

See the Box3D documentation.

transform b3Transform

local transform of box

Returns

b3BoxHull

See the Box3D documentation.