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
hxfloat-
, hy, hz positive half widths
hyfloat-
See the Box3D documentation.
hzfloat-
See the Box3D documentation.
transformb3Transform-
local transform of box
Returns
- b3BoxHull
-
See the Box3D documentation.