Delaunay.Polygon.Polygon C# (CSharp) Method

Polygon() public method

public Polygon ( List vertices ) : System
vertices List
return System
        public Polygon(List<Vector2> vertices)
        {
            _vertices = vertices;
        }