Skip to main content

b3CollideSphereAndTriangle

Function b3CollideSphereAndTriangle 

Source
pub unsafe extern "C" fn b3CollideSphereAndTriangle(
    manifold: *mut b3LocalManifold,
    capacity: c_int,
    sphereA: *const b3Sphere,
    triangleB: *const b3Vec3,
)
Expand description

Collide a sphere and a triangle.