Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
This commit is contained in:
Mael 2025-02-10 14:22:54 +01:00 committed by GitHub
parent 94bd217b2b
commit b2ea32cafc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,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.
### Triangulations
- All triangulations now offer the functions `point(Vertex_handle)` and `point(Simplex, int)`, which enables users to access the geometric positoin of a vertex and of the i-th vertex of a simplex of a triangulation.
- All triangulations now offer the functions `point(Vertex_handle)` and `point(Simplex, int)`, which enables users to access the geometric position of a vertex and of the i-th vertex of a simplex of a triangulation.
## [Release 6.0.1](https://github.com/CGAL/cgal/releases/tag/v6.0.1)