Skip to main content

computational geometry - Voronoi grid on a sphere


If I have a set of points which lie on the unit sphere:


data = Normalize /@ RandomReal[1, {100, 3}]


How do I go about computing Voronoi cells on a sphere? I know that there are algorithms in other languages, but are they difficult to implement in Mathematica?




Comments