pub unsafe extern "C" fn b3CollideCapsuleAndTriangle(
manifold: *mut b3LocalManifold,
capacity: c_int,
capsuleA: *const b3Capsule,
triangleB: *const b3Vec3,
cache: *mut b3SimplexCache,
)Expand description
Collide a capsule and a triangle.