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