Example #1
0
        private void Init(List <Vector2f> points, Rectf plotBounds)
        {
            sites.Init(points.Count);
            edges    = manager.ObtainListEdge(points.Count * 3);
            vertices = manager.ObtainListVertex(points.Count * 3);
            AddSites(points);
            this.plotBounds = plotBounds;

            FortunesAlgorithm();
        }