mirror of https://github.com/CGAL/cgal
Update info in changes.html
This commit is contained in:
parent
3ad5c7af8f
commit
22920671ee
|
|
@ -173,6 +173,10 @@ and <code>src/</code> directories).
|
||||||
to collect the border of a given face range</li>
|
to collect the border of a given face range</li>
|
||||||
<li>Add the function <code>CGAL::Polygon_mesh_processing::remove_isolated_vertices()</code>
|
<li>Add the function <code>CGAL::Polygon_mesh_processing::remove_isolated_vertices()</code>
|
||||||
to be used on any polygon mesh</li>
|
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>
|
</ul>
|
||||||
<h3>Surface Mesh Parameterization</h3>
|
<h3>Surface Mesh Parameterization</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue