Skip to main content

b3CollideHullAndSphere

Function b3CollideHullAndSphere 

Source
pub unsafe extern "C" fn b3CollideHullAndSphere(
    manifold: *mut b3LocalManifold,
    capacity: c_int,
    hullA: *const b3HullData,
    sphereB: *const b3Sphere,
    transformBtoA: b3Transform,
    cache: *mut b3SimplexCache,
)
Expand description

Collide a hull and a sphere.