operator % method
Computes the remainder in each dimension by the given factor.
Implementation
BlockAlignment operator %(double other) {
return BlockAlignment(x % other, y % other);
}
Computes the remainder in each dimension by the given factor.
BlockAlignment operator %(double other) {
return BlockAlignment(x % other, y % other);
}