Update changes.html : fix and add an entry.

This commit is contained in:
Aymeric PELLE 2015-07-27 17:48:01 +02:00 committed by Aymeric PELLÉ
parent 0e3333be1b
commit 106e36a54a
1 changed files with 8 additions and 0 deletions

View File

@ -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>