Neocortex 🧠

Search

Search IconIcon to open search

Rotational Transformations

Last updated Feb 26, 2022 Edit Source

Linear Transformations alter the coordinate system such that the origin stays the same. So, they are useful for representing rotations using matrices. In order to represent a rotation with angle $\varphi$, you can use the matrice below:

$$ \begin{bmatrix} cos \varphi & -sin \varphi \\sin \varphi & cos \varphi \end{bmatrix} $$


Interactive Graph