operator - method
Returns the difference between two BlockAlignments.
Implementation
BlockAlignment operator -(BlockAlignment other) {
return BlockAlignment(x - other.x, y - other.y);
}
Returns the difference between two BlockAlignments.
BlockAlignment operator -(BlockAlignment other) {
return BlockAlignment(x - other.x, y - other.y);
}