Skip to main content

b3CollideTriangleAndCapsule

Function b3CollideTriangleAndCapsule 

Source
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.