Multiply this with arg and return the product.
arg
Matrix2 multiplied(Matrix2 arg) => clone()..multiply(arg);