mirror of https://github.com/CGAL/cgal
update changes
This commit is contained in:
parent
abdf04ad3c
commit
6c88f619fc
|
|
@ -152,6 +152,11 @@ and <code>src/</code> directories).
|
|||
<ul>
|
||||
<li>The convex hull function can also produce a <code>Surface_mesh</code>,
|
||||
and generally speaking any model of the concept <code>MutableFaceGraph</code></li>
|
||||
<li>The function <code>convex_hull_3_to_polyhedron_3()</code> is deprecated and
|
||||
<code>convex_hull_3_to_face_graph.h</code> should be used instead.</li>
|
||||
<li>The class <code>Convex_hull_traits_3</code> now documents a nested type <code>Polygon_mesh</code>
|
||||
instead of <code>Polyhedron_3</code>. The other nested type is kept for backward compatibility.</li>
|
||||
<li>Remove the function <code>CGAL::convex_hull_incremental_3()</code> deprecated since CGAL 4.6.</li>
|
||||
</ul>
|
||||
<!-- Polygons -->
|
||||
<!-- Cell Complexes and Polyhedra -->
|
||||
|
|
@ -168,7 +173,13 @@ and <code>src/</code> directories).
|
|||
Add function <code>insert_in_hole</code>.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h3>2D Triangulations</h3>
|
||||
<ul>
|
||||
<li>
|
||||
Add function <code>link_to_face_graph()</code> to copy the set of faces incident to a vertex
|
||||
into a model of <code>FaceGraph</code>.
|
||||
</li>
|
||||
</ul>
|
||||
<!-- Voronoi Diagrams -->
|
||||
<!-- Mesh Generation -->
|
||||
<!-- Surface Reconstruction -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue