Computes the remainder in each dimension by the given factor.
@override Alignment operator %(double other) { return Alignment(x % other, y % other); }