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
hxfloat-
See the Box3D documentation.
hyfloat-
See the Box3D documentation.
hzfloat-
See the Box3D documentation.
Returns
- b3BoxHull
-
See the Box3D documentation.