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 ?

link|improve this question
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.