2-by-2 rotation matrix

Tweet


2D vector v rotated by 2x2 rotation matrix R will be the 2D vector v' as follows:

v' = R v

2x2 rotation matrix R is as follows, where is the rotation angle.

Relationship between , v, and v' is illustrated in the following figure.


Back