operator unary- method

Rotation operator unary-()

Implementation

Rotation operator -() {
  return Rotation(-x, -y, -z, -s);
}