Exemple #1
0
 /**
  * Returns the area of this two-dimensional interval.
  * @return the area of this two-dimensional interval
  */
 public double area() {
     return x.length() * y.length();
 }