Method b3CollideHulls
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3CollideHulls(b3LocalManifold*, int, b3HullData*, b3HullData*, b3Transform, b3SATCache*)
Collide two hulls.
public static extern void b3CollideHulls(b3LocalManifold* manifold, int capacity, b3HullData* hullA, b3HullData* hullB, b3Transform transformBtoA, b3SATCache* cache)Parameters
manifoldb3LocalManifold*-
See the Box3D documentation.
capacityint-
See the Box3D documentation.
hullAb3HullData*-
See the Box3D documentation.
hullBb3HullData*-
See the Box3D documentation.
transformBtoAb3Transform-
See the Box3D documentation.
cacheb3SATCache*-
See the Box3D documentation.