mirror of https://github.com/CGAL/cgal
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:
parent
9c0a3bf67f
commit
253ec38a0a
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue