Efi Fogel
Efi Fogel
## Summary of Changes * Introduced a function template, namely, `draw_arrangement(arr)`, that renders arrangements based on the `Basic_viewer_qt` class template. At this point only 2D arrangements on the plane induced...
This is a small fix that replaces the call to the member traits() of Arrangement_on_surface_2 with the call geometry_traits(). This is another step in utilizing the trapezoidal decomposition point-location location...
## Summary of Changes A stand-alone interactive program that demonstrates 2D arrangements embedded on the sphere. In particular, the program (i) reads a database of all administrative boundaries of the...
The Partition_traits_2 traits module explicitly defines the Polygon_2 type to use std::list for storing the points of the polygon; see Line 65: `typedef ::std::list Container;` This, naturally, prevents the use...
## Summary of Changes The old code does not compile. While the interface is not published, people may still search and find this piece of code, so better have it...
## Issue Details The simple program below fails to compile under Windows using MSVC. It does compile with gcc (Ubuntu). Below you can find the relevant stripped error messages. If...
## Issue Details Issue #8058 is very similar, it reported that simple drawing did not work with 6.8. It also reported on some problems with find_package of CGAL with Qt6....
## Issue Details The constructor of Kernel::Weighted_point_3 and the construction of weighted points using the constructor object are missing a few things; see the simple program below. Evidently, the statements...
## Issues in dD Triangulation 1. [ ] In `Triangulation_data_structure.h` the function `mirror_vertex()` has several problems: - [x] I believe that the return type should be `Vertex_handle`. - [x] The...
## Summary of Changes This is the first phase of fixing #9151. I submit it separately, as it involves several source files, and I'd like to start testing on various...