In my situation, I have two completely different Quaternions and an arbitrary axis. What I need to find is the difference of rotation around that axis.
For example, if both quaternions had the axis (0, 0, 1) and different rotations, and my axis is (1, 0, 0), then there is no difference in rotation.
How can I do that with quaternions of different axis?
Thanks in advance.