mirror of https://github.com/CGAL/cgal
Update changes.html : fix and add an entry.
This commit is contained in:
parent
0e3333be1b
commit
106e36a54a
|
|
@ -166,6 +166,14 @@ and <code>src/</code> directories).
|
|||
<li>Speed up the edge removal in case the incident faces contains many holes.</li>
|
||||
</ul>
|
||||
<!-- Triangulations and Delaunay Triangulations -->
|
||||
<h3>3D Periodic Triangulations</h3>
|
||||
<ul>
|
||||
<li>Add class Periodic_3_regular_triangulation_3, which provides functionality on 3D periodic weighted Delaunay triangulations.
|
||||
The construction is fully dynamic: it provides both point insertion and vertex removal.
|
||||
</li>
|
||||
<li>Add new locate and geometric access functions.
|
||||
</li>
|
||||
</ul>
|
||||
<!-- Voronoi Diagrams -->
|
||||
<!-- Mesh Generation -->
|
||||
<h3>3D Mesh Generation</h3>
|
||||
|
|
|
|||
Loading…
Reference in New Issue