Heydi ho everyone,
I was doing some differentiation of quaternions, and am trying to find the differentiation of a position wrt change in quaternion exponential.
That is, if I have a quaternion, I can translate a point using:
pos = q t q*
where t = q(0,x,y,z)
simple, yes?
If I have...