Matrix4 operator unary-()

Returns new matrix -this

Source

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