Rotations

Watch 3blue1brown videos

Rotation matrices (aka Direction Cosine Matrices)

Notation

$R_G^F$ is “frame F expressed in frame G”. The columns of this matrix are the basis vectors ($x,y,z$ axes) of frame F expressed in frame G, and the rows are the G basis vectors re-expressed in F:

$R_G^F = [F_{x_G}, F_{y_G}, F_{z_G}] = [G_{x_F}; G_{y_F}; G_{z_f}]$, where $F_{x_G}=F_x\cdot G_x$

Multiplying by a rotation matrix = projecting onto another set of orthogonal basis vectors.

Quaternions

Tools