i have almost finished my delaunay / voronoi triangulator and it was hard. I haven't used the Fortun's code, i created the delaunay triangulatr and i derive the voronoi diagram from that. There is a problem tough ( spp? ) infinite lines, i cannot find a method to define the voronoi cells delimited by those infinite lines,i have tried almost anything. Any suggestion ?
|
feedback
|
|
To fix the infinite lines, just add an extra vertex at infinity where they all meet. From here, you just do the usual dual map, taking faces <-> verts. That's it. | |||
|
feedback
|