Sets the diagonal to arg.
arg
void splatDiagonal(double arg) { _m2storage[0] = arg; _m2storage[3] = arg; }