Tagged Questions
1
vote
5answers
2k views
Confused with Voronoi diagram algorithm (Fortune's sweepline)
I am implementing Voronoi diagram to find out the nearest location in a map visually. Right now I want to do this using integer coordinates (x,y) only in a canvas.
Problem is- I am really confused ...