Content deleted Content added
https://fzheng.me/2017/11/12/quaternion_conventions_en/ Apparently some formulas actually use Hamilton instead of JPL despite the fact that it claims to use JPL throughout... |
→Definition: I believe this is the difference, can't find the information anywhere |
||
Line 3:
==Definition==
There are two representations of quaternions. Hamilton (where w is the first component) and [[JPL]]
:<math>\mathbf{q} = \begin{bmatrix} q_0 & q_1 & q_2 & q_3 \end{bmatrix}^T = \begin{bmatrix} q_w & q_x & q_y & q_z \end{bmatrix}^T</math>
:<math>|\mathbf{q}|^2 = q_0^2 + q_1^2 + q_2^2 + q_3^2 = q_w^2 + q_x^2 + q_y^2 + q_z^2 = 1</math>
|