summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-10-05 16:11:46 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-10-05 16:11:46 +0200
commit51f4de9a42cbdf7686a0f36106b31c0d3296ccfa (patch)
treebb68333de6ef93b8e3b6417d25644079cb64bdc0
parent298925b9c2dc3629f2d20ad9b85f5a410dee6fab (diff)
doc review: Add some precision about regular triangulations
-rw-r--r--src/Alpha_complex/doc/Intro_alpha_complex.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Alpha_complex/doc/Intro_alpha_complex.h b/src/Alpha_complex/doc/Intro_alpha_complex.h
index fb051760..c068b268 100644
--- a/src/Alpha_complex/doc/Intro_alpha_complex.h
+++ b/src/Alpha_complex/doc/Intro_alpha_complex.h
@@ -161,7 +161,9 @@ Table of Contents
* \section weightedversion Weighted specific version
* <b>Requires:</b> \ref eigen &ge; 3.1.0 and \ref cgal &ge; 5.1.0.
*
- * A weighted version for Alpha complex is available (cf. Alpha_complex).
+ * A weighted version for Alpha complex is available (cf. Alpha_complex). It is like a usual Alpha complex, but based
+ * on a <a href="https://doc.cgal.org/latest/Triangulation/index.html#title20">CGAL regular triangulation</a> instead
+ * of Delaunay.
*
* This example builds the CGAL weighted alpha shapes from a small molecule, and initializes the alpha complex with
* it. This example is taken from <a href="https://doc.cgal.org/latest/Alpha_shapes_3/index.html#title13">CGAL 3d