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; }
public RectangleZone(RectangleD rect, double strength = 0) { this.rectangularZone = rect; }