Files
cgal/Surface_mesh_parameterization/include/CGAL
Attaullah Ansari 91530adb23 Fix: Use O(N log N) sweep-line for polygon simplicity check
Replace naive O(N^2) loop in is_polygon_simple with CGAL::is_simple_2 for improved performance and robustness.

Affected package(s): Surface_mesh_parameterization
2026-01-08 20:40:17 +05:30
..