Is it a rotation?
I think it is. So for example if we multiply by U$ = (U_1,U_2)$ by $-1$,
We'll have $-U_1, -U_2$. Then the vector is heading on the opposite direction.
Is it enough to just say, yes it is because multiplying by $-1$ will lead the vectors to the opposite direction of rotation by $180$ degrees?
The general rotation matrix for $\mathbb{R}^2$ is given by,
$$ A=\begin{pmatrix} \cos \theta & - \sin \theta \\ \sin \theta & \cos \theta \end{pmatrix}$$
Can you give a $\theta$ such that $A \textbf{x} = - \textbf{x}$ where $\textbf{x} = (x,y)$?