Comment on How I implemented 2D collision detection in Pistol SlutparentComments−JoeAltmaier15yYou can also rotate the axes to align with one object's motion. Then the 'axis test' reduces to one axis, and collision is a line-segment test.
Comments
You can also rotate the axes to align with one object's motion. Then the 'axis test' reduces to one axis, and collision is a line-segment test.