Library for collision detection between two convex shapes
Collision detection between two convex shapes
libccd
$ pkg-config --modversion libccd
$ gcc myprogram.c $(pkg-config --cflags --libs libccd) -o myprogram
$ pkg-config --cflags --libs libccd