Returns a copy of this Direction, translated by x and y.
x
y
Direction translate(int x, int y) => Direction(h + x, v + y);