From 07cbf2f01bc90fa0b2f750506e6aec28e1dcd86c Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Tue, 1 Apr 2014 12:47:28 +0200 Subject: [PATCH] ConstructWeightedCircumcenter is a concept, not a constructor --- .../Triangulation_3/CGAL/Regular_triangulation_cell_base_3.h | 2 +- ...gular_triangulation_cell_base_with_weighted_circumcenter_3.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Triangulation_3/doc/Triangulation_3/CGAL/Regular_triangulation_cell_base_3.h b/Triangulation_3/doc/Triangulation_3/CGAL/Regular_triangulation_cell_base_3.h index 3e2d223ce3d..07bdcf92f85 100644 --- a/Triangulation_3/doc/Triangulation_3/CGAL/Regular_triangulation_cell_base_3.h +++ b/Triangulation_3/doc/Triangulation_3/CGAL/Regular_triangulation_cell_base_3.h @@ -51,7 +51,7 @@ Returns the weighted circumcenter of the cell. Be careful that the return type is `RegularTriangulationTraits_3::Bare_point`, and the radius of the weighted circumcenter is not supposed to be computed -by the constructor `ConstructWeightedCircumcenter` of the traits +by the constructor `Construct_weighted_circumcenter_3` of the traits class, so the returned point has no weight. */ const Bare_point& weighted_circumcenter( diff --git a/Triangulation_3/doc/Triangulation_3/CGAL/Regular_triangulation_cell_base_with_weighted_circumcenter_3.h b/Triangulation_3/doc/Triangulation_3/CGAL/Regular_triangulation_cell_base_with_weighted_circumcenter_3.h index 77ae1aa547f..15e6c7264da 100644 --- a/Triangulation_3/doc/Triangulation_3/CGAL/Regular_triangulation_cell_base_with_weighted_circumcenter_3.h +++ b/Triangulation_3/doc/Triangulation_3/CGAL/Regular_triangulation_cell_base_with_weighted_circumcenter_3.h @@ -44,7 +44,7 @@ provides a `weighted_circumcenter()` member fonction. In this model, the `weighted_circumcenter()` member fonction returns the weighted circumcenter of the cell. -This `Bare_point` is computed by the `ConstructWeightedCircumcenter` constructor of the traits class +This `Bare_point` is computed by the `Construct_weighted_circumcenter_3` constructor of the traits class when this function is first called. In the next calls, the cached value is returned.