update changes

This commit is contained in:
Sébastien Loriot 2015-10-05 10:36:53 +02:00
parent 271325c5c3
commit 3800004115
1 changed files with 10 additions and 8 deletions

View File

@ -127,20 +127,22 @@ and <code>src/</code> directories).
<!-- Convex Hull Algorithms -->
<!-- Polygons -->
<!-- Cell Complexes and Polyhedra -->
<h3>3D Boolean Operations on Nef Polyhedra</h3>
<ul>
<li>Add 3 new constructors: from a point range, from a point, and from a segment.</li>
</ul>
<!-- Arrangements -->
<!-- Triangulations and Delaunay Triangulations -->
<!-- Voronoi Diagrams -->
<!-- Mesh Generation -->
<!-- Surface Reconstruction -->
<!-- Geometry Processing -->
<!-- to remove once 4.7 is published
<h3>Surface Mesh Parameterization</h3>
<ul>
<li><code>LSCM_parameterizer_3</code> now uses by default Eigen
instead of OpenNL as a model
of <code>SparseLinearAlgebraTraits_d</code>.</li>
</ul>
to remove once 4.7 is published: -->
<h3>Surface Mesh Parameterization</h3>
<ul>
<li><code>LSCM_parameterizer_3</code> now uses by default Eigen
instead of OpenNL as a model
of <code>SparseLinearAlgebraTraits_d</code>.</li>
</ul>
<!-- Spatial Searching and Sorting -->
<!-- Geometric Optimization -->
<!-- Interpolation -->