Translations
Give the algebraic movement for ALL of the following: Translation, Rotation clockwise 90 degrees, Rotation counter clockwise 90 degrees, Rotation 180 degrees
Translation - (x,y) --> (x±a,y±b), Rotation (90) - (x,y)--> (y,-x), Rotation (270) - (x,y)--> (-y,x), Rotation (180) - (x,y)--> (-x,-y)