Efi Fogel

Results 13 issues of 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)....

Bug
Pkg::Arrangement_on_surface_2
Under Testing

## 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 ##...

Bug
Pkg::PMP
Waiting for answer

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...

Bug
CGAL I/O