The direction and angle of rotation is: 90° clockwise rotation
What is the transformation rule?
Some common transformation rules are given as follows:
- 90° clockwise rotation: (x,y) -> (y,-x)
- 90° counterclockwise rotation: (x,y) -> (-y,x)
- 180° clockwise and counterclockwise rotation: (x, y) -> (-x,-y)
- 270° clockwise rotation: (x,y) -> (-y,x)
- 270° counterclockwise rotation: (x,y) -> (y,-x)
A vertex and it's equivalent is given as follows:
A(1,3) and A'(3, -1).
Hence the rule is:
(x,y) -> (y, -x).
Thus, the rule is a 90° clockwise rotation