Efi Fogel

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

small feature
accepted small feature
under discussion
Pkg::Arrangement_on_surface_2
Under Testing
conflicts

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

bug
Pkg::Arrangement_on_surface_2
Ready to be tested
Under Testing

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

Pkg::Arrangement_on_surface_2
CGAL 3D demo
gsoc
gsoc-2023

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

Bug
Pkg::Partition_2

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

Pkg::Arrangement_on_surface_2
Pkg::BGL
Tested

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

Pkg::Kernel_23
Has Pull Request

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

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

Pkg::Kernel_23

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

Bug
Pkg::Triangulation_d

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

Bug
Pkg::Arrangement_on_surface_2
Tests failing
Under Testing