“Distance” (or angular magnitude) between two quaternions?

后端 未结 2 968
走了就别回头了
走了就别回头了 2021-02-06 10:23

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

2条回答
  •  逝去的感伤
    2021-02-06 10:59

    Also you can use this lib function from pyquaternion. Quaternion.absolute_distance(q0, q1)

提交回复
热议问题