Beispiel #1
0
 /** @return return the averageRadius. */
 public float getAverageRadius() {
   if (changed) {
     compute();
   }
   return radiusOfGroup.getAverageRadius();
 }