Returns the difference between two Alignments.
Alignment operator -(Alignment other) { return Alignment(x - other.x, y - other.y); }