Tagged Questions
1
vote
1answer
73 views
Coordinate Transformation on Local coordinate system
I am having a point $P(x,y,z)$ in $3D$ with respect to global coordinate system. I want to create an another Local Coordinate System by picking three points $N1, N2, N3$ in 3D. Now I want to know the ...
1
vote
1answer
72 views
Quaternions, torque, and impulse.
In a physics simulation I have a solid ball of mass $m$ and moment of interia $M$ (which is a diagonal matrix with all entries equal to ${2\over5}mr^2=i$). Its instantaneous rotation is given by a ...
0
votes
2answers
158 views
Updating a quaternion orientation by a vector of euler angles
I'm trying to understand why this formula works to update an orientation with an angular velocity represented as a vector of rotations in $radians/{second}$.
I understand that two quaternions ...
1
vote
1answer
66 views
How $v=(-\sin\frac{\alpha}{2}\sin\frac{\beta}{2},\cos\frac{\alpha}{2}\sin\frac{\beta}{2},\sin\frac{\alpha}{2}\cos\frac{\beta}{2})$ is derived from…
In the book Quarternion and Rotation Sequences, I can't seem to work out how the final equation (colored in $\color{red}{red}$) is derived from the original equation (colored in $\color{blue}{blue}$).
...
1
vote
1answer
1k views
How do I apply an angular velocity vector[3] to a unit quaternion orientation?
I have an angular velocity vector[3] in three dimensions and a unit quaternion (magnitude of 1) representing an orientation in three dimensions.
I need to apply the angular velocity to the quaternion ...