operator unary- method

Matrix3 operator unary-()

Returns new matrix -this

Implementation

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