pub unsafe extern "C" fn b2TimeOfImpact(
input: *const b2TOIInput,
) -> b2TOIOutputExpand description
Compute the upper bound on time before two shapes penetrate. Time is represented as a fraction between [0,tMax]. This uses a swept separating axis and may miss some intermediate, non-tunneling collisions. If you change the time interval, you should call this function again.