Returns the sum of two Alignments.
Alignment operator +(Alignment other) { return Alignment(x + other.x, y + other.y); }