You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Voronoi extensions were developed as part of the Google Summer of Code 2010. The library was actively maintained for the last three years and involved deep mathematical research in the field of algorithms, data structures, relative error arithmetic and numerical robustness. Upon the community request, more details on the theoretical aspects of the implementation will be published. The authors would like to acknowledge the Steven Fortune's article "A Sweepline algorithm for Voronoi diagrams", that covers fundamental ideas of the current implementation.
I am aware of the original Fortune's Algorithm, but it works on points as sites while this works on line segments as sites so it's a pretty substantial extension to the original algorithm and I was wondering about that extension if it is formalized or explained anywhere
Hey, I noticed that this code can generate VDs with sites being line segments and I was curious to know what algorithm it uses to do that.
I know Fortune's algorithm is used with points as sites but I don't know if it would work for segments. Thanks
The text was updated successfully, but these errors were encountered: