コード例 #1
0
 /** Convenience accessor */
 public void setOffset(ReadableVector2f location) {
   this.ox = location.getX();
   this.oy = location.getY();
 }
コード例 #2
0
 public void setLocation(ReadableVector2f newLocation) {
   this.x = newLocation.getX();
   this.y = newLocation.getY();
 }