Gilbert–Johnson–Keerthi distance algorithm

This is an old revision of this page, as edited by Stifle (talk | contribs) at 19:47, 29 November 2005 (Stub sorting - You can help!). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The Gilbert-Johnson-Keerthi distance algorithm is a method of determining the minimum distance between two convex shapes. Unlike many other distance algorithms, it doesn't require that the geometry data be stored in any specific format, but instead relies solely on a support function to iteratively generate closer points to the correct answer.

The algorithm's stability, speed, and small storage footprint make it popular for realtime collision detection, especially in physics simulation for video games.

More Information