Method b3CloneHull
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3CloneHull(b3HullData*)
Deep clone a hull.
public static extern b3HullData* b3CloneHull(b3HullData* hull)Parameters
hullb3HullData*-
See the Box3D documentation.
Returns
- b3HullData*
-
See the Box3D documentation.