Rotation.inv

giant.rotations:

Rotation.inv()[source]

This method returns the inverse rotation of the current instance as a new Rotation object.

The inverse is performed on the quaternion representation since it simply involves negating the vector portion of the quaternion.

See quaternion_inverse() for more information.

Returns:

The inverse rotation

Return type:

Rotation