cgal/Kernel_23/include/CGAL/Kernel_23/internal
Mael Rouxel-Labbé b4422374a0 Fix Compare_xy_2 for the generic 3D projection traits
The previous implementation defined Compare_xy_2 as
simply Compare_xyz_3. This does define an order
over the projected points, but it has a strong downside:
it ignores the direction of the normal, so its order
can be the opposite of the lexicographical order
would give. This new order is in conflict with
the existing Compare_x_2 and Compare_y_2, which
take the normal's direction into account.

(Also with the Less_x_2, Less_y_2, and Less_xy_2
family, which also exist for the projection traits).
2025-03-28 12:51:07 +01:00
..
Filtered_projection_traits_3.h Backport the patch of pull request #6602 from lrineau/Triangulation_2-fix_cdt_2-GF 2022-06-29 12:30:35 +02:00
Has_boolean_tags.h
Projection_traits_3.h Add Compare_xy_2 to TriangulationTraits_2 2024-04-26 12:13:35 +02:00
Projection_traits_base_3.h Fix Compare_xy_2 for the generic 3D projection traits 2025-03-28 12:51:07 +01:00