Method b3CloneAndTransformHull
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3CloneAndTransformHull(b3HullData*, b3Transform, Vector3)
Clone and transform a hull. Supports non-uniform and mirroring scale.
public static extern b3HullData* b3CloneAndTransformHull(b3HullData* original, b3Transform transform, Vector3 scale)Parameters
originalb3HullData*-
See the Box3D documentation.
transformb3Transform-
See the Box3D documentation.
scaleVector3-
See the Box3D documentation.
Returns
- b3HullData*
-
See the Box3D documentation.