FortuneAlgorithm
FortuneAlgorithm copied to clipboard
A C++ implementation of the Fortune's algorithm for Voronoi diagram construction
Results
1
FortuneAlgorithm issues
Sort by
recently updated
recently updated
newest added
Hi. I'm constantly getting an sig segv on my set of point coordinates. I hope this info can be useful to fix: ``` FortuneAlgorithm f_alg(my_points); f_alg.construct(); f_alg.bound(Box{-0.05, -0.05, 1.05, 1.05});...