mirror of https://github.com/CGAL/cgal
Add change description in CHANGES.md
This commit is contained in:
parent
0eb5090013
commit
eb04a9b3ce
|
|
@ -25,6 +25,9 @@ A comprehensive list of the supported file formats is available in the Stream_su
|
|||
- Added a filtering mechanism so that costly tests get only applied to the next candidate for the edge collapse.
|
||||
- Added the class `Polyhedral_envelope_filter` that enables to perform mesh simplification inside a polyhedral envelope of the input mesh.
|
||||
|
||||
### [dD Triangulations](https://cgal.geometryfactory.com/CGAL/doc/master/Manual/packages.html#PkgTriangulations)
|
||||
- Added the function `insert_if_in_star()` to the class `CGAL::Regular_triangulation`, which enables users to insert a point `p` in a regular triangulation on the condition that `p` appears post-insertion in the star of a user-specified, existing vertex.
|
||||
|
||||
[Release 5.2](https://github.com/CGAL/cgal/releases/tag/v5.2)
|
||||
-----------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue