Collision detection is the determination of whether or not two or more entities make contact with each other during gameplay.
Questions about how to implement collision detection or dealing with specific implementations and scenarios which complicate the process fall under the purview of this tag.
This includes questions about methods to assist in developing a collision detection system, such as how to determine the points of shortest distance between two objects.