Returns the negation of the given fractional offset.
Source
FractionalOffset operator -() {
return new FractionalOffset(-dx, -dy);
}
Returns the negation of the given fractional offset.
FractionalOffset operator -() {
return new FractionalOffset(-dx, -dy);
}