Added a note regarding fixes of the Landmark point-location strategy so that it can be applied to arrangements on a sphere

This commit is contained in:
Efi Fogel 2024-12-17 22:40:11 +02:00
parent 8570eb2cfa
commit a3d5856c2e
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
### [2D Arrangements](https://doc.cgal.org/6.1/Manual/packages.html#PkgArrangementOnSurface2)
- 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.
## [Release 6.0.1](https://github.com/CGAL/cgal/releases/tag/v6.0.1)