mirror of https://github.com/CGAL/cgal
Update GarlandHeckbert_plane_and_line_policies.h
A brief description ends at a dot.
This commit is contained in:
parent
74dd1678e4
commit
1fc69dc279
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue