I want to find the \"distance\" between two quaternions. By \"distance\" I mean a single float or int, not another quaternion (that would be the difference, i.e. inverse(q
inverse(q
Also you can use this lib function from pyquaternion. Quaternion.absolute_distance(q0, q1)
pyquaternion
Quaternion.absolute_distance(q0, q1)