Makes this into the identity matrix.
void setIdentity() { _m2storage[0] = 1.0; _m2storage[1] = 0.0; _m2storage[2] = 0.0; _m2storage[3] = 1.0; }