Term
Reflection:
In the line y-axis |
|
Definition
(x,y) -> (-x,y)
[y stays the same] |
|
|
Term
Reflection:
In the line x-axis |
|
Definition
(x,y) -> (x,-y)
[x stays the same] |
|
|
Term
|
Definition
(x,y) -> (-x,-y)
[flip signs on both] |
|
|
Term
Reflection:
In the line y=x |
|
Definition
(x,y) -> (y,x)
[Flips x and y] |
|
|
Term
Rotation:
90 degrees counterclockwise |
|
Definition
(x,y) -> (-y,x)
flip x and y and *-1 on y |
|
|
Term
Rotation:
90 degrees clockwise |
|
Definition
(x,y) -> (y,-x)
flip x and y and *-1 on x |
|
|
Term
Rotation:
180 degrees counterclockwise and clockwise |
|
Definition
(x,y) -> (-x,-y)
make x and y both *-1 |
|
|
Term
Rotation:
270 degrees counterclockwise |
|
Definition
(x,y) -> (y,-x)
flip x and y and *-1 on x |
|
|
Term
Rotation:
270 degrees clockwise |
|
Definition
(x,y) -> (-y,x)
flip x and y and *-1 on y |
|
|