mirror of https://github.com/CGAL/cgal
## Summary of Changes This PR adds a static filter for the orientation test of 4D, 5D and 6D points. It is ~20% faster than just interval arithmetic. - [x] Add for 4D - [x] ~~Add in sphere predicate~~ ## Release Management * Affected package(s): Triangulation * License and copyright ownership: unchanged |
||
|---|---|---|
| .. | ||
| data | ||
| include | ||
| CMakeLists.txt | ||
| issue_8347.cpp | ||
| simple_io_test.cpp | ||
| test_delaunay.cpp | ||
| test_insert_if_in_star.cpp | ||
| test_regular.cpp | ||
| test_tds.cpp | ||
| test_torture.cpp | ||
| test_triangulation.cpp | ||
| test_triangulation_static_filters_4.cpp | ||
| test_triangulation_static_filters_5.cpp | ||
| test_triangulation_static_filters_6.cpp | ||