Efi Fogel

Results 76 comments of Efi Fogel

Regarding collapse_face() issue, it's a bug in the code---it fails to compile.

It's in the user manual. Issue the command: `git grep -i "concept [^ ]*_"`

It's a bug. This is a slightly more simple program that reproduces it: [steven.cpp.tar.gz](https://github.com/user-attachments/files/17192980/steven.cpp.tar.gz) The bug occurs when inserting 2 poly-circular-arcs that partially overlap. The first consists of one arc...

I've fixed the bug. The new code resides in the rep. Aos_2-polycurve-efif in my remote ***@***.***:efifogel/cgal.git). I'll test it a bit further before I file a PR. I can tell...

Insert all the polygons into a 2D arrangement data structure, and then apply point-location queries. You can even apply batch point location operations, where you use a bunch of points...

Of course you can. It takes a bit more care and processing. Extend the face record of the underlying halfedge data structure with an identifier of the polygon. ____ _...

On Sun, 20 Oct 2024 at 18:07, Duo Zhang ***@***.***> wrote: > image.png (view on web) > > image.png (view on web) > > Sorry for the late reply. These...

Consider splitting the input set of polygons into subsets of polygons, such that for each subset the number of intersections is small. (This may not be easy or even possible...)...

This is exactly what I meant. There are several ways of inserting polygons into an arrangement and maintaining an association between the cells and additional data, such as labels. Attached...

It's a feature request. ____ _ ____ _ /_____/_) o /__________ __ // (____ ( ( ( (_/ (_/-(-'_(/ _/ On Tue, 7 Apr 2020 at 12:16, Sebastien Loriot wrote:...