1d007f4252e3d2718b3639d94cd8cfa990cdee7a
* Added code for fast triangle-triangle intersection checking and function for fast detection of mesh self-intersections and mesh-to-mesh intersections withoug CGAL * Fixed auto parameters in lambda helper function * Replaced cbegin/cend with begin/end * Fixed auto parameters in lambda helper function * Added tests for igl::tri_tri_intersection_test_3d * Added more tests, converted macros in Guigue2003_tri_tri_intersect.cpp to proper c++ * Renamed files and function names to follow IGL guidelines, added reference to the original license for tri_tri_intersect
libigl - A simple C++ geometry processing library
Documentation, tutorial, and instructions at https://libigl.github.io.
| 🚨 Important |
|---|
| The latest version of libigl (v2.4.0) introduces some breaking changes to its CMake build system. Please read our changelog page for instructions on how to update your project accordingly. |
Languages
C++
96.4%
CMake
2.6%
C
1%
