CGAL/cgal

Wrong const& in the doc (probably copy-pasto)

Closed this issue · 0 comments

(it is inconvenient that the issue template prevents "reference in new issue" from working)

Issue Details

const Point_3& weighted_circumcenter(const Traits& gt = Traits()) const;

The result type should be a value, not a reference (unlike in the related class that caches the center).