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.
pub unsafe extern "C" fn b3CollideSpheres(
manifold: *mut b3LocalManifold,
capacity: c_int,
sphereA: *const b3Sphere,
sphereB: *const b3Sphere,
transformBtoA: b3Transform,
)Collide two spheres.