Matrix4 operator -(Matrix4 arg)

Returns new matrix after component wise this - arg

Source

Matrix4 operator -(Matrix4 arg) => clone()..sub(arg);