How can I get a dictionary of cells from this Voronoi Diagram data?
问题 Using the voronoi/delaunay diagram generation library found in this program, which is based on Fortune's original implementation of his algorithm, with a random set of points as input data, I am able to get the following output data: A list of the edges from the Delaunay Triangulation , meaning that for each input point, I can see which input points are its neighbors. They don't appear to be in any particular order. A list of the vertex pairs from the Voronoi Diagram , which I can use to draw