Returns new matrix after component wise this + arg
arg
Matrix3 operator +(Matrix3 arg) => clone()..add(arg);