Content deleted Content added
Ebernardes (talk | contribs) |
→Definition: Removed my confusion about what JPL means, and deleted misleading matrix notation which is reversed from every version of quaternion I have ever seen |
||
Line 3:
==Definition==
There are [[Quaternions_and_spatial_rotation#Alternative_conventions|two representations]] of quaternions. This article uses the more popular Hamilton.
A quaternion has 4 scaler values: {{mvar|q<sub>w</sub>}} (the real part) and {{mvar|q<sub>x</sub> q<sub>y</sub> q<sub>z</sub>}} (the imaginary part).
A unit [[quaternion]] can be described as:
:<math>|\mathbf{q}|^2 = q_w^2 + q_x^2 + q_y^2 + q_z^2 = 1</math>
|