 |
Java Games: Flashcards, matching, concentration, and word search. |
 |
 |
Geometric Transformations
|
| A | B |
| Reflect over X axis | (x,y) -> (x,-y) |
| Reflect over Y axis | (x,y) -> (-x,y) |
| Reflect over Y=X | (x,y) -> (y,x) |
| Reflect over Y=-X | (x,y) -> (-y,-x) |
| Rotate 90 Counter Clockwise | (x,y) -> (-y,x) |
| Rotate 90 Clockwise | (x,y) -> (y,-x) |
| Rotate 180 | (x,y) -> (-x,-y) |
| GOOD LUCK! | BUT WILL YOU NEED IT? |
|
| |