pub unsafe extern "C" fn b3CollideHulls(
manifold: *mut b3LocalManifold,
capacity: c_int,
hullA: *const b3HullData,
hullB: *const b3HullData,
transformBtoA: b3Transform,
cache: *mut b3SATCache,
)Expand description
Collide two hulls.