quietsamurai98/GeoGeo

Add support for inter-timestep collision detection

Opened this issue · 0 comments

A fast-moving object could "jump" through a thin enough wall if it moves further than the width of the wall each tick.
We could sweep from the previous positions of the two objects to the current positions, checking for an intersection at any point along the way.

This could be a rather complex problem to solve.