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.