diff --git a/Surface_mesh_simplification/doc/Surface_mesh_simplification/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_plane_and_line_policies.h b/Surface_mesh_simplification/doc/Surface_mesh_simplification/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_plane_and_line_policies.h index f3af7a15204..843ac26bce4 100644 --- a/Surface_mesh_simplification/doc/Surface_mesh_simplification/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_plane_and_line_policies.h +++ b/Surface_mesh_simplification/doc/Surface_mesh_simplification/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_plane_and_line_policies.h @@ -4,12 +4,12 @@ namespace Surface_mesh_simplification { /*! \ingroup PkgSurfaceMeshSimplificationRef -The class `GarlandHeckbert_plane_plus_line_policies` regroups the cost and placement policies -based on the Garland-Heckbert "Plane plus line" strategy of Liu et al. \cgalCite{10.1111:cgf.70184} +The class `GarlandHeckbert_plane_and_line_policies` regroups the cost and placement policies +based on the Garland-Heckbert "Plane plus line" strategy of Liu et al.\ \cgalCite{10.1111:cgf.70184} (Section \ref SurfaceMeshSimplificationGarlandHeckbertStrategy). This policy enhances the original Garland-Heckbert quadric error metrics, -by adding to the cost the distance to the line passing through the input vertice and aligned with their normals. -Compared to the "classic" plane strategy, this strategy improces the speed and the quality of the result. +by adding to the cost the distance to the line passing through the input vertices and aligned with their normals. +Compared to the "classic" plane strategy, this strategy improves the speed and the quality of the result. (Section \ref SurfaceMeshSimplificationGarlandHeckbertStrategy). Both the cost and the placement policies must be used together as they internally use