Translation - (x, y) -> (x +a, y+b), Reflection over the x-axis - (x, y) -> (x, -y), Reflection over the y-axis - (x, y) -> (-x, y), Rotate 90o Clockwise - (x, y) -> (-y, x), Rotate 180o - (x, y) -> (-x, -y), Rotate 270o Clockwise - (x, y) -> (y, -x),

Leaderboard

Visual style

Options

Switch template

Continue editing: ?