Collision Detection Using the Separating Axis TheoremThe Separating Axis Theorem is often used to check for collisions between two simple polygons, or between a polygon and a circle. As with all algorithms, it...