예제 #1
0
 public Polygon(IList <IntVector2> points, VColor vColor)
 {
     Points = points;
     Color  = vColor;
 }
예제 #2
0
 public Polygon(VColor color) : this(new List <IntVector2>(), color)
 {
 }