CGAL / cgal

The public CGAL repository, see the README below
https://github.com/CGAL/cgal#readme
Other
4.87k stars 1.38k forks source link

clean collapse_edge and surface mesh simplification docs #2397

Closed sloriot closed 6 years ago

sloriot commented 7 years ago

Copied from cgal-discuss:

Hello, here https://doc.cgal.org/latest/Surface_mesh_simplification/classEdgeCollapsableSurfaceMesh.html
it is actually described what results the collapse_edge function produces, therefore I believe it would be helpful that at least this explanation is copied (if not moved) to the collapse_edge doc https://doc.cgal.org/latest/BGL/group__PkgBGLEulerOperations.html#gab97c0d071b0d768e22a4fc171a8ca664 .

Best Regards, IM

I even think that the doc is not up-to-date as IIRC @maxGimeno did a modification so that the same vertex is always kept. The doc of Surface mesh simplification must also be cleaned up.

maxGimeno commented 7 years ago

I did that modification, but only in a local branch. Never pushed it.