Added comment of a fix in the 2D Arrangement on Surface package

This commit is contained in:
Efi Fogel 2025-03-15 12:09:10 +02:00
parent b0ca5f2789
commit 30e5d27ffc
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
- Introduces two traits decorators, namely `Arr_tracing_traits_2` and `Arr_counting_traits_2`, which can be used to extract debugging and informative metadata about the traits in use while a program is being executed. - Introduces two traits decorators, namely `Arr_tracing_traits_2` and `Arr_counting_traits_2`, which can be used to extract debugging and informative metadata about the traits in use while a program is being executed.
- Fixed the Landmark point-location strategy so that it can be applied to arrangements on a sphere. - Fixed the Landmark point-location strategy so that it can be applied to arrangements on a sphere.
- Fixed do_intersect() of a 2D Arrangement and a curve.
### [3D Mesh Generation](https://doc.cgal.org/6.1/Manual/packages.html#PkgMesh3) ### [3D Mesh Generation](https://doc.cgal.org/6.1/Manual/packages.html#PkgMesh3)