Difference between two quaternions?

BlitzMax Forums/BlitzMax Programming/Difference between two quaternions?

JoshK(Posted 2008) [#1]
I am trying to determine the difference between two quaternions. I tried multiplying one by the reverse of the other (flip the sign of the w component) but it does not appear to work.

--EDIT--

This is in fact the correct way to do it.