Exemple #1
0
 public void shift(float dx, float dy) {
   position.shift(dx, dy, worldDimension);
 }