Conjugate this.
void conjugate() { _qStorage[2] = -_qStorage[2]; _qStorage[1] = -_qStorage[1]; _qStorage[0] = -_qStorage[0]; }