Announce new functors for alpha-shapes

As asked in the last comment of https://github.com/CGAL/cgal/pull/84
This commit is contained in:
Marc Glisse 2015-07-05 16:07:24 +02:00
parent 9c0a3bf67f
commit 253ec38a0a
1 changed files with 8 additions and 0 deletions

View File

@ -152,6 +152,14 @@ and <code>src/</code> directories).
<!-- Arithmetic and Algebra -->
<!-- Combinatorial Algorithms -->
<!-- Geometry Kernels -->
<h3>dD Geometry Kernel</h3>
<ul>
<li>
Epick_d gains 3 new functors: <code>Construct_circumcenter_d</code>,
<code>Compute_squared_radius_d</code>, <code>Side_of_bounded_sphere_d</code>.
Those are essential for the computation of alpha-shapes.
</li>
</ul>
<!-- Convex Hull Algorithms -->
<!-- Polygons -->
<!-- Cell Complexes and Polyhedra -->