cgal/Hyperbolic_triangulation_2/doc/Hyperbolic_triangulation_2/CGAL
Mael Rouxel-Labbé 145a817cc1 Remove (broken) HDT2::insert(p, lt, li) from documentation
The 'lt' is documented to be HDT2::Locate_type, which is wrong, the function's
signature uses HDT2::DT2::Locate_type, and that's for a precise reason:
HDT2::locate() returns location based on hyperbolic simplicies, and not
the underlying DT2 triangulation. So, one might retrieve "OUTSIDE_CONVEX_HULL"
if a query is on a non-hyperbolic Delaunay face, but a finite underlying DT2
face. In that configuration, it'd break the triangulation to do an insertion
with "OUTSIDE_CONVEX_HULL".

The documentation could be fixed, but it is too dangerous so it's best
to just remove it. (Maybe it should also be simply removed
from the triangulation class.)
2022-09-26 16:07:52 +02:00
..
Hyperbolic_Delaunay_triangulation_2.h Remove (broken) HDT2::insert(p, lt, li) from documentation 2022-09-26 16:07:52 +02:00
Hyperbolic_Delaunay_triangulation_CK_traits_2.h replace %CGAL by \cgal (but in titles) 2021-04-11 14:52:01 +02:00
Hyperbolic_Delaunay_triangulation_traits_2.h replace %CGAL by \cgal (but in titles) 2021-04-11 14:52:01 +02:00
Hyperbolic_triangulation_face_base_2.h replace %CGAL by \cgal (but in titles) 2021-04-11 14:52:01 +02:00