Multiply a copy of this with arg.
this
arg
Matrix4 multiplied(Matrix4 arg) => clone()..multiply(arg);