reference manual made consistent with user manual

This commit is contained in:
Jane Tournois 2015-06-22 17:25:07 +02:00
parent c18f613c73
commit 78f73d4542
1 changed files with 3 additions and 3 deletions

View File

@ -62,9 +62,9 @@ namespace internal {
\ingroup PkgPolygonMeshProcessing
@brief fairs a region on a polygon mesh.
The points of the selected vertices are
relocated to yield an as-smooth-as-possible surface patch, based on the
Euler-Lagrange equations, discretized with the Laplace-Beltrami
operator, described in \cgalCite{botsch2008linear}.
relocated to yield an as-smooth-as-possible surface patch,
based on solving a linear bi-Laplacian system with boundary constraints,
described in \cgalCite{Botsch2008OnLinearVariational}.
The optional parameter `fairing_continuity` gives the ability to control the tangential
continuity C<sup>\a n</sup> of the output mesh.