-
Notifications
You must be signed in to change notification settings - Fork 14
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
Segmentation fault on VoronoiDiagram::intersect() #2
Comments
26 points:
|
Hi, As mentioned in the README, this is a toy project with a simple and understandable implementation of the Fortune Algorithm. I wrote another library which is much more robust especially with edge cases with aligned points which is available here: https://github.com/pvigier/MyGAL. Best, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi.
I'm constantly getting an sig segv on my set of point coordinates.
I hope this info can be useful to fix:
Number of points: 77
It looks like something going wrong with on FortuneAlgorithm constructor. Because I see some wrong lines...
The window of sf::RenderWindow without intersect():
Points list:
The text was updated successfully, but these errors were encountered: