Esempio n. 1
0
 /**
  * return the x-coordinate of the barycenter
  *
  * @return x
  */
 public float getX() {
   if (changed) {
     compute();
   }
   return radiusOfGroup.getX();
 }