We are given a Voronoi diagram in a form of DCEL (Doubly Connected Edge List), but without the actual sites for which the Voronoi diagram is built (just Voronoi vertexs, edges and faces).
The question is under what conditions can we (re)construct the set of points for which the given diagram was build and give the algorithm that does this.
What i know so far:
- If we would figure out just one site, we could find all the others by drawing circles (we know that each Voronoi vertex is a center of an empty disc that has three sites on its circle)
- I know how Fortunes (sweep) algorithm for constructing the Voronoi diagram works if we are given the sites
This problem is homework, so I am looking only for hints and tips to push me in the right direction.