negate method

void negate()

Negate this.

Implementation

void negate() {
  _qStorage[3] = -_qStorage[3];
  conjugate();
}