mirror of https://github.com/CGAL/cgal
reference manual made consistent with user manual
This commit is contained in:
parent
c18f613c73
commit
78f73d4542
|
|
@ -62,9 +62,9 @@ namespace internal {
|
||||||
\ingroup PkgPolygonMeshProcessing
|
\ingroup PkgPolygonMeshProcessing
|
||||||
@brief fairs a region on a polygon mesh.
|
@brief fairs a region on a polygon mesh.
|
||||||
The points of the selected vertices are
|
The points of the selected vertices are
|
||||||
relocated to yield an as-smooth-as-possible surface patch, based on the
|
relocated to yield an as-smooth-as-possible surface patch,
|
||||||
Euler-Lagrange equations, discretized with the Laplace-Beltrami
|
based on solving a linear bi-Laplacian system with boundary constraints,
|
||||||
operator, described in \cgalCite{botsch2008linear}.
|
described in \cgalCite{Botsch2008OnLinearVariational}.
|
||||||
The optional parameter `fairing_continuity` gives the ability to control the tangential
|
The optional parameter `fairing_continuity` gives the ability to control the tangential
|
||||||
continuity C<sup>\a n</sup> of the output mesh.
|
continuity C<sup>\a n</sup> of the output mesh.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue