| |
| | Collision Detection: Theory and Implementation (Site not responding. Last check: ) |
 | | Collision detection is divided in two steps, the first one is a rough collision detection, which determines, if two collidables can possibly collide, the second step is the exact collision detection with returned collision points. |
 | | Collisions are detected using the Separating Axis Theorem (SAT) which states that, given two convex shapes, if we can find an axis along which the projection of the two shapes does not overlap, then the shapes don't overlap. |
 | | After having detected a collision we would also like to know the intersection point, if there is one - which is not the case, if one object is included in the other one. |
| eiffelmedia.origo.ethz.ch /doc/library/collision_detection/theory.html (906 words) |
|