public Polygon(IList <IntVector2> points, VColor vColor) { Points = points; Color = vColor; }
public Polygon(VColor color) : this(new List <IntVector2>(), color) { }