cgal/Hyperbolic_triangulation_2
Mael Rouxel-Labbé cf12f90cbf Fix broken is_hyperbolic(face/edge) framework
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
2022-09-26 16:08:43 +02:00
..
benchmark/Hyperbolic_triangulation_2 Massive update of CMake policies to version 3.23 2022-05-06 09:34:35 +02:00
demo/Hyperbolic_triangulation_2 Misc HDT2 fixes (broken conflict zones visu, no extra edges, ...) 2022-09-26 14:10:22 +02:00
doc/Hyperbolic_triangulation_2 Remove (broken) HDT2::insert(p, lt, li) from documentation 2022-09-26 16:07:52 +02:00
examples/Hyperbolic_triangulation_2 Massive update of CMake policies to version 3.23 2022-05-06 09:34:35 +02:00
include/CGAL Fix broken is_hyperbolic(face/edge) framework 2022-09-26 16:08:43 +02:00
package_info/Hyperbolic_triangulation_2 remove artificial dependency to Polygon 2021-09-01 16:41:36 +02:00
test/Hyperbolic_triangulation_2 Add more tests for HDT2::locate() 2022-09-26 15:16:25 +02:00
TODO Revert the merge of two pull-requests that target CGAL-4.14-branch 2019-05-14 17:50:45 +02:00