This library is an extension of cgmath that provides collision detection primitives.
The library provides:
Ray
Plane
Frustum
Aabb2
, Aabb3
Obb2
, Obb3
Sphere
, Cylinder
Not all of the functionality has been implemented yet, and the existing code is not fully covered by the testsuite. If you encounter any mistakes or omissions please let me know by posting an issue, or even better: send me a pull request with a fix.
Use CONTRIBUTING.md for futher information.
Pull requests are most welcome, especially in the realm of performance enhancements and fixing any mistakes. Unit tests and benchmarks are also required, so help on that front would be most appreciated.