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