From 1fc69dc2796bc5e2d76fd2ac715c3e03ce9bc354 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 9 Sep 2025 09:48:16 +0200 Subject: [PATCH] Update GarlandHeckbert_plane_and_line_policies.h A brief description ends at a dot. --- .../GarlandHeckbert_plane_and_line_policies.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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