Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: Example for exact voronoi diagram from Segment_Delaunay_graph_2 for simple polygons for the User Manual #8151

Open
zsln opened this issue Apr 18, 2024 · 0 comments

Comments

@zsln
Copy link

zsln commented Apr 18, 2024

Issue Details

Missing example for exact voronoi diagram extraction from Segment_Delaunay_graph_2. The existing examples only use EPICK or Simple_cartesian Kernels, which will fail on simple configurations I've encountered applying the method.
The example also contains an example implementation for collecting the rays/lines/segments of the voronoi cells. It does not require to have other files necessary for reading.
I think (especially non-CGAL native) people would benefit from the example, as it will most likely work.
It is quite simple as it does not require additional files for data.

Source Code

Here's a gist. I didn't want to fork the whole thing for adding an example to the User Manual.

Environment

Not necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants