ConstructWeightedCircumcenter is a concept, not a constructor

This commit is contained in:
Laurent Rineau 2014-04-01 12:47:28 +02:00
parent 5147778ec8
commit 07cbf2f01b
2 changed files with 2 additions and 2 deletions

View File

@ -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(

View File

@ -44,7 +44,7 @@ provides a `weighted_circumcenter()` member fonction.
In this model, the `weighted_circumcenter()` member fonction returns the <b>weighted circumcenter</b>
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.