Rotations and quaternions
How do we represent rotation matrices?
1. Axis / angle (n,θ)
R = I + sinθ [n] + (1- cosθ) [n]2
(Rodriguez Formula), with
 [n] = cross product matrix (see paper)