Example #1
0
 public void update(float scale) {
   for (PointValue value : values) {
     value.update(scale);
   }
 }