Calculates the inverse of a rotation matrix.
Given a rotation matrix that performs some coordinate transform, this function returns the matrix that reverses that transform.
The rotation matrix to be inverted.
The inverse rotation matrix.
Calculates the inverse of a rotation matrix.
Given a rotation matrix that performs some coordinate transform, this function returns the matrix that reverses that transform.