Exemplo n.º 1
0
 public void BuildVoronoi()
 {
     vor = new Voronoi();
     vor.Generate(this.points);
 }