does the inverse of a rotation quaternion result in the inverse of its matrix form?

442 Views Asked by At

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?