Skip to main content

b3CollideSpheres

Function b3CollideSpheres 

Source
pub unsafe extern "C" fn b3CollideSpheres(
    manifold: *mut b3LocalManifold,
    capacity: c_int,
    sphereA: *const b3Sphere,
    sphereB: *const b3Sphere,
    transformBtoA: b3Transform,
)
Expand description

Collide two spheres.