show/hide this revision's text 3 added 130 characters in body

Basically look at the following picture:


If the two boxes collide, the lines A and B will overlap.

Note that this will have to be done on both the X and the Y axis, and both need to overlap for the rectangles to collide.

There is a good article in gamasutra.com which answers the question (the picture is from the article). I did similar algorithm 5 years ago and I have to find my code snippet to post it here later

show/hide this revision's text 2 added 150 characters in body

Basically look at the following picture:


If the two boxes collide, the lines A and B will overlap.

There is a good article in gamasutra.com which answers the question (the picture is from the article). I did similar algorithm 5 years ago and I have to find my code snippet to post it here later

show/hide this revision's text 1

There is a good article in gamasutra.com which answers the question. I did similar algorithm 5 years ago and I have to find my code snippet to post it here later