コード例 #1
0
 public double strength; //La force correspond à l'intensité du point central de la zone
 public RectangleZone(RectangleD rect, double strength = 1)
 {
     this.rectangularZone = rect;
     this.strength        = strength;
 }
コード例 #2
0
 public RectangleZone(RectangleD rect, double strength = 0)
 {
     this.rectangularZone = rect;
 }