Method b3CollideCapsules
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3CollideCapsules(b3LocalManifold*, int, b3Capsule*, b3Capsule*, b3Transform)
Collide two capsules.
public static extern void b3CollideCapsules(b3LocalManifold* manifold, int capacity, b3Capsule* capsuleA, b3Capsule* capsuleB, b3Transform transformBtoA)Parameters
manifoldb3LocalManifold*-
See the Box3D documentation.
capacityint-
See the Box3D documentation.
capsuleAb3Capsule*-
See the Box3D documentation.
capsuleBb3Capsule*-
See the Box3D documentation.
transformBtoAb3Transform-
See the Box3D documentation.