Collision Detection

From GPWiki

Files:GUITutorial_warn.gif The Game Programming Wiki has moved! Files:GUITutorial_warn.gif

The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server.

However, the GPWiki forums are still active! Come say hello.

Collision detection is the process of determining whether objects in the game world are intersecting or will be intersecting soon. This is used to make objects react to each other in a more or less convincing way. The wiki has the following articles on the subject:

See also