Table of Contents

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

original b3HullData*

See the Box3D documentation.

transform b3Transform

See the Box3D documentation.

scale Vector3

See the Box3D documentation.

Returns

b3HullData*

See the Box3D documentation.