forked from CGAL/cgal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Shape_detection: using proper triangulated polygonal faces for linear…
…_least_squares (CGAL#8314) ## Summary of Changes Polygonal faces are now triangulated and face normals are calculated using PMP::compute_face_normal. The calculated face normals and triangulations are buffered in Least_squares_plane_fit_region. However, Least_squares_plane_fit_sorting is independent and does not benefit from that buffered data. ## Release Management * Affected package(s): Shape_detection * Issue(s) solved (if any): fix CGAL#7992
- Loading branch information
Showing
2 changed files
with
145 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters