Voronoi poligon generator
The program generate seedpoints in diferent patterns (brick, honeycomb, spiral, circular)
then alow to generate de Voronoi graph and the Delauny triangulation.
The goal is that it can generate the poligons and save
like a SVG file (Scalable Vector Graphic) or generate
a SCR file to run in Autocad.
In the internet we see many programs to generate Voronoi graph
but it dont permit to generate the poligons.
To compute the Fortune Algorithm
we use the dll FortuneVoronoi.dll from
https://code.google.com/p/fortune-voronoi/
The program is writed in C# and WPF.