Ejemplo n.º 1
0
        private void GenerateNodes(Vector[] points)
        {
            var voronoi = Fortune.ComputeVoronoiGraph(points);

            GenerateRelations(points, voronoi);
        }