gjk

Gilbert-Johnson-Keerthi (GJK) collision detection algorithm

https://github.com/zaidan/gjk#readme

Latest on Hackage:0.0.0.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Firas Zaidan
Maintained by [email protected]

This package implements the Gilbert-Johnson-Keerthi (GJK) collision detection algorithm for 2D convex objects. It is quite efficient, usually converging within one or two iterations.