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 -->
|
<!-- Arithmetic and Algebra -->
|
||||||
<!-- Combinatorial Algorithms -->
|
<!-- Combinatorial Algorithms -->
|
||||||
<!-- Geometry Kernels -->
|
<!-- 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 -->
|
<!-- Convex Hull Algorithms -->
|
||||||
<!-- Polygons -->
|
<!-- Polygons -->
|
||||||
<!-- Cell Complexes and Polyhedra -->
|
<!-- Cell Complexes and Polyhedra -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue