operator unary- method

Matrix2 operator unary-()

Returns new matrix -this

Implementation

Matrix2 operator -() => clone()..negate();