Update info in changes.html

This commit is contained in:
Philipp Möller 2015-12-11 16:29:07 +01:00
parent 3ad5c7af8f
commit 22920671ee
1 changed files with 4 additions and 0 deletions

View File

@ -173,6 +173,10 @@ and <code>src/</code> directories).
to collect the border of a given face range</li>
<li>Add the function <code>CGAL::Polygon_mesh_processing::remove_isolated_vertices()</code>
to be used on any polygon mesh</li>
<li>Add the function <code>CGAL::Polygon_mesh_processing::triangulate_face()</code>
to triangulate a single face of a polygon mesh</li>
<li>Add an overload for <code>CGAL::Polygon_mesh_processing::triangulate_faces()</code>
to triangulate a range of faces of a polygon mesh</li>
</ul>
<h3>Surface Mesh Parameterization</h3>
<ul>