Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MotrixLab/insactor
/ quat_diff_theta
Function
quat_diff_theta
diffmimic/utils/quaternion.py:112–113 ·
view source on GitHub ↗
(q0, q1)
Source
from the content-addressed store, hash-verified
110
111
112
def
quat_diff_theta(q0, q1):
113
return
quat_angle_axis(quat_mul_norm(q0, quat_inverse(q1)))[0]
Callers
nothing calls this directly
Calls
3
quat_angle_axis
Function · 0.70
quat_mul_norm
Function · 0.70
quat_inverse
Function · 0.70
Tested by
no test coverage detected