Sets the X coordinate.
@override Position setX(num x) { translate = translate.setX(x); return this; }