update changes.html

This commit is contained in:
Jane Tournois 2015-11-17 17:30:23 +01:00
parent 701519e48f
commit b1e00b1f4a
1 changed files with 4 additions and 0 deletions

View File

@ -169,6 +169,10 @@ and <code>src/</code> directories).
<code>CGAL::Polygon_mesh_processing::isotropic_remeshing()</code> <code>CGAL::Polygon_mesh_processing::isotropic_remeshing()</code>
and a helper function for isotropic remeshing : and a helper function for isotropic remeshing :
<code>CGAL::Polygon_mesh_processing::split_long_edges()</code></li> <code>CGAL::Polygon_mesh_processing::split_long_edges()</code></li>
<li>Add the function <code>CGAL::Polygon_mesh_processing::border_halfedges()</code>
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>
</ul> </ul>
<h3>Surface Mesh Parameterization</h3> <h3>Surface Mesh Parameterization</h3>
<ul> <ul>