mirror of https://github.com/CGAL/cgal
ConstructWeightedCircumcenter is a concept, not a constructor
This commit is contained in:
parent
5147778ec8
commit
07cbf2f01b
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue