public void getPosition(Vector2d dest) {
   dest.x = center.x;
   dest.y = center.y;
 }