void transpose() { final double temp = _m2storage[2]; _m2storage[2] = _m2storage[1]; _m2storage[1] = temp; }