cgal/Hyperbolic_triangulation_2/include/CGAL
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
..
Hyperbolic_triangulation_2/internal Remove unused code/typedefs 2022-09-26 14:07:10 +02:00
Hyperbolic_Delaunay_triangulation_2.h Fix broken is_hyperbolic(face/edge) framework 2022-09-26 16:08:43 +02:00
Hyperbolic_Delaunay_triangulation_CK_traits_2.h moving files from internal to PKG/internal 2021-08-26 11:33:39 +02:00
Hyperbolic_Delaunay_triangulation_traits_2.h moving files from internal to PKG/internal 2021-08-26 11:33:39 +02:00
Hyperbolic_triangulation_face_base_2.h Fix broken is_hyperbolic(face/edge) framework 2022-09-26 16:08:43 +02:00