operator unary- method
Returns the negation of the given BlockAlignment.
Implementation
BlockAlignment operator -() {
return BlockAlignment(-x, -y);
}
Returns the negation of the given BlockAlignment.
BlockAlignment operator -() {
return BlockAlignment(-x, -y);
}