Use this tag for questions about detecting the intersection of two or more objects.
Collision detection is the computational problem of detecting the intersection of two or more objects. Collision detection is usually associated with video games and other physical simulations but also has applications in robotics. In addition to determining whether two objects have collided, collision detection systems may also calculate time of impact or a contact manifold (the set of intersecting points).