I'm familiar with the rotation matrix and its three-angle parametrizations (i.e. Euler's angles). I'm stumbling now on axis-angle representation. In the book I'm reading, it says
One approach is to note that the rotational transformation $R = R_{z,α}R_{y,β}$ will bring the world z-axis into alignment with the vector $k$. Therefore, a rotation about the axis $k$ can be computed using a similarity transformation as
$$ \begin{align*} R_{k,\theta} &= RR_{z,α}R^{-1} \\ &= R_{z,α}R_{y,β} R_{z,\theta} R_{y,-β}R_{z,-α} \end{align*} $$
I'm not able to visually understand why the reverse of the first sequence of rotations is carried out.
