When rotating a 3-dimensional coordinate system, we apply three rotation matrices $R_x, R_y,$ and $R_z$ which are to be multiplied by the primary point $(x,y,z)$ to get the new coordinates $(x',y',z')$. Does the order of the matrices matter? And how are they applied? (Say, $(x',y',z')=R_xR_yR_z(x,y,z)$.)
Thanks!