inverse method

Quat inverse()

Inverse the current Quant

Implementation

Quat inverse() {
  return conjugate().normalize();
}