Method b3CollideHullAndCapsule
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3CollideHullAndCapsule(b3LocalManifold*, int, b3HullData*, b3Capsule*, b3Transform, b3SimplexCache*)
Collide a hull and a capsule.
public static extern void b3CollideHullAndCapsule(b3LocalManifold* manifold, int capacity, b3HullData* hullA, b3Capsule* capsuleB, b3Transform transformBtoA, b3SimplexCache* cache)Parameters
manifoldb3LocalManifold*-
See the Box3D documentation.
capacityint-
See the Box3D documentation.
hullAb3HullData*-
See the Box3D documentation.
capsuleBb3Capsule*-
See the Box3D documentation.
transformBtoAb3Transform-
See the Box3D documentation.
cacheb3SimplexCache*-
See the Box3D documentation.