gjk.c icon indicating copy to clipboard operation
gjk.c copied to clipboard

Gilbert-Johnson-Keerthi (GJK) collision detection algorithm in 200 lines of clean plain C

Results 1 gjk.c issues
Sort by recently updated
recently updated
newest added

When I run it, I get ~1.4% failing test cases. Here's an example of one: {4.000010, 11.000005}, {4.999991, 4.999999}, {8.999989, 8.999995} {3.999999, 10.999990}, {5.000005, 4.999998}, {9.000001, 8.999989} Here's another: {3.999993,...

duplicate