Skip to content

Commit

Permalink
Update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MaelRL committed Feb 6, 2025
1 parent 2b5682f commit 745be67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Installation/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
### [Poisson Surface Reconstruction](https://doc.cgal.org/6.0.1/Manual/packages.html#PkgPoissonSurfaceReconstruction3)
- Made the implicit function thread-safe so that the parallel version of `make_mesh_3()` can be used.

### 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.

## [Release 6.0](https://github.com/CGAL/cgal/releases/tag/v6.0)

Release date: September 2024
Expand Down

0 comments on commit 745be67

Please sign in to comment.