diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/fair.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/fair.h index 939e39bb98f..4fa38d88ff4 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/fair.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/fair.h @@ -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\a n of the output mesh.