Rotation Matrix: A matrix used to perform a rotation in Euclidean space; for a two-dimensional space, it is given by $$R(\theta) = \begin{pmatrix} \cos(\theta) & -\sin(\theta) \\ \sin(\theta) & \cos(\theta) \end{pmatrix}$$.
Radians: A unit of angular measure in which angles are represented as the length of arc divided by radius; there are $2 \pi$ radians in a full circle.
Trigonometric Functions: $\cos$, $\sin$, and $tan$ functions that relate angles to ratios of sides in right triangles and are used extensively in rotations.