operator + method
Returns the sum of two BlockAlignments.
Implementation
BlockAlignment operator +(BlockAlignment other) {
return BlockAlignment(x + other.x, y + other.y);
}
Returns the sum of two BlockAlignments.
BlockAlignment operator +(BlockAlignment other) {
return BlockAlignment(x + other.x, y + other.y);
}