Matrix reflect across the y-axis
-1 0
0 1
Matrix to reflect across the x-axis
1 0
0 -1
Rotate 90 degrees about the origin.
(-b, a)
Rotate 180 degrees about the origin.
(-a, -b)
Rotate 270 degrees about the origin.
(b, -a)
Matrix to rotate figure 90 degrees.
0 -1
1 0
Matrix to rotate figure 180 degrees.
-1 0
0 -1
Equation to reflect across the y axis
(-a, b)
Equation to reflect across the x- axis
(a, -b)
Matrix to rotate 270 degrees
0 1
-1 0