Write the coordinates of the vertices after a rotation 270° counterclockwise around the origin.

1 answer

(x,y)→(y,-x)
try it with an easy point, like (1,0) on the x-axis.
repeat it to show that it works.