Directions - Rotate the point according to each direction; name the new coordinates:

Starting Point"(2,3)

90 Rotation Clockwise=

180 Rotation Clockwise=

270 Rotation Clockwise=

360 Rotation Clockwise=

90 Rotation Clockwise = (-3, 2)

180 Rotation Clockwise = (-2, -3)
270 Rotation Clockwise = (3, -2)
360 Rotation Clockwise = (2, 3) (remains the same)