according to wikipedia, one can get the inverse of a rotation matrix by simply using its transpose. Does this extend to rotation quaternions?
Can I use the conjugate of a rotation quaternion, convert it to a matrix and get the inverses rotation matrix?