mirror of https://github.com/CGAL/cgal
The previous code tries to handle finite/infinite and hyperbolic/non-hyperbolic with a single flag, which caused errors to get stuff like finite but non-hyperbolic edges (see e.g. https://github.com/CGAL/cgal/issues/6869). In addition, it used tds_data(), which is something that now also exists in the triangulation_ds_face_base_2 class. Hence, completely re-implement the hyperbolic stack / query. # ../../../../Installation/CHANGES.md.orig |
||
|---|---|---|
| .. | ||
| benchmark/Hyperbolic_triangulation_2 | ||
| demo/Hyperbolic_triangulation_2 | ||
| doc/Hyperbolic_triangulation_2 | ||
| examples/Hyperbolic_triangulation_2 | ||
| include/CGAL | ||
| package_info/Hyperbolic_triangulation_2 | ||
| test/Hyperbolic_triangulation_2 | ||
| TODO | ||