update changes.html

This commit is contained in:
Jane Tournois 2015-11-03 15:38:32 +01:00
parent 3448f7cd57
commit f53bc373a0
1 changed files with 3 additions and 0 deletions

View File

@ -171,6 +171,9 @@ and <code>src/</code> directories).
<h3>Polygon Mesh Processing</h3> <h3>Polygon Mesh Processing</h3>
<ul> <ul>
<li>Add function <code>keep_large_connected_components()</code></li> <li>Add function <code>keep_large_connected_components()</code></li>
<li>Add measuring functions for polygon meshes, to compute length, area,
and volume of simplices or group of simplices of a polygon mesh.</li>
<li>Add function bbox_3() to compute the bounding box of a polygon mesh.</li>
</ul> </ul>
<h3>Point Set Processing</h3> <h3>Point Set Processing</h3>
<ul> <ul>