Tagged Questions

10
votes
5answers
2k views

Algorithm to compute a Voronoi diagram on a sphere?

I'm looking for a simple (if exists) algorithm to find the Voronoi diagram for a set of points on the surface of a sphere. Source code would be great. I'm a Delphi man (yes, I know...), but I eat ...
5
votes
4answers
328 views

Matlab: Algorithm for voronoi diagram of ellipses

Are there any algorithms to implement Voronoi diagram that bounds the ellipses? The diagram would look like the pictures here voronoi diagram of ellipses Can anyone share some ...