operator unary- method

Matrix4 operator unary- ()

Returns new matrix -this

Implementation

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