Replace -et al.- in doc due to Doxygen behaviour

This commit is contained in:
lvalque 2025-10-02 14:41:20 +02:00
parent ee1de0fdb9
commit d3c069a10d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ namespace Surface_mesh_simplification {
\ingroup PkgSurfaceMeshSimplificationRef \ingroup PkgSurfaceMeshSimplificationRef
The class `GarlandHeckbert_plane_and_line_policies` regroups the cost and placement policies The class `GarlandHeckbert_plane_and_line_policies` regroups the cost and placement policies
based on the Garland-Heckbert "Plane and line" strategy of Liu et al\. \cgalCite{liu2025linequadrics} based on the Garland-Heckbert "Plane and line" strategy of Liu and colleagues \cgalCite{liu2025linequadrics}
This policy enhances the original Garland-Heckbert quadric error metrics, This policy enhances the original Garland-Heckbert quadric error metrics,
by adding to the cost the distance to the line passing through the input vertices and aligned with their normals. by adding to the cost the distance to the line passing through the input vertices and aligned with their normals.