LagrangeEuler
- 711
- 22
Happy new year. Why everybody uses this definition of rotation matrixR(\theta) = \begin{bmatrix}<br />
\cos\theta & -\sin\theta \\[0.3em]<br />
\sin\theta & \cos\theta \\[0.3em]<br />
<br />
<br />
\end{bmatrix}
? This is clockwise rotation. And we always use counter clockwise in mathematics as a positive direction
R(\theta) = \begin{bmatrix}<br /> \cos\theta & \sin\theta \\[0.3em]<br /> -\sin\theta & \cos\theta \\[0.3em]<br /> \end{bmatrix}
? This is clockwise rotation. And we always use counter clockwise in mathematics as a positive direction
R(\theta) = \begin{bmatrix}<br /> \cos\theta & \sin\theta \\[0.3em]<br /> -\sin\theta & \cos\theta \\[0.3em]<br /> \end{bmatrix}