Efi Fogel
Efi Fogel
## Summary of Changes This is a small fix for the drawing of arrangements induced by geodesic arcs (which I forgot to add to my recent set of small fixes)....
## Issue Details The title says it all. It fails on line 266: `vertex_size /= CGAL::halfedges_around_target(v, pmesh).size();` The following fixes it `vertex_size /= FT(CGAL::halfedges_around_target(v, pmesh).size());` ## Source Code Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/Adaptive_sizing_field.h ##...
I've quickly searched the issues list and couldn't find anything similar, so I believe that most of not all of the content of this issue is relevant, but I could...