slackbuilds_ponce/libraries/libccd/README
Adam Lukomski f629330eea libraries/libccd: Added (collision detection library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-05-27 07:30:49 +07:00

5 lines
298 B
Text

libccd is library for a collision detection between two convex
shapes. libccd implements variation on Gilbert-Johnson-Keerthi
algorithm plus Expand Polytope Algorithm (EPA) and also implements
algorithm Minkowski Portal Refinement (MPR, a.k.a. XenoCollide)
as described in Game Programming Gems 7.