pub unsafe extern "C" fn b3CollideTriangleAndCapsule(
manifold: *mut b3LocalManifold,
capacity: c_int,
triangleA: *const b3Vec3,
capsuleB: *const b3Capsule,
cache: *mut b3SimplexCache,
)Expand description
Collide a triangle and capsule. Normal points from triangle to capsule.