Create a copy of this and multiply it by arg.
arg
Matrix3 multiplied(Matrix3 arg) => clone()..multiply(arg);