mirror of https://github.com/CGAL/cgal
more minor documentation bug fixes
This commit is contained in:
parent
b35a610b12
commit
a95c93cfe5
|
|
@ -40,7 +40,7 @@ However, this point has no weight.
|
|||
A class for the cells of regular triangulations with
|
||||
cached weighted circumcenters can simply be obtained by plugging
|
||||
`Regular_triangulation_cell_base_3` in the second template parameter of
|
||||
`CGAL::Triangulation_cell_base_with_circumcenter_3<RegularTriangulationTraits_3, CellBase_3>`
|
||||
`CGAL::Triangulation_cell_base_with_circumcenter_3<RegularTriangulationTraits_3, CellBase_3>`.
|
||||
*/
|
||||
|
||||
/// @{
|
||||
|
|
|
|||
|
|
@ -95,6 +95,7 @@ void hide_point(const Point & p);
|
|||
/// @{
|
||||
/*!
|
||||
Returns the weighted circumcenter of the cell, with no weight.
|
||||
`TriangulationTraits_3` is the geometric traits class of the triangulation.
|
||||
*/
|
||||
const Bare_point& circumcenter(
|
||||
const TriangulationTraits_3> = TriangulationTraits_3()) const;
|
||||
|
|
|
|||
Loading…
Reference in New Issue