Rotate a polygon around a point.  You can use the point in the middle, a point on your polygon, or create another point.[br][br]Translate a polygon along a vector.  You will need to make your own vector.[br][br]Reflect a polygon across a line.  You can use one of the lines on the screen, or make your own line. [br][br]Use multiple colors.  [br][br]Reduce the size of the points as much as possible so your picture looks good.  (Hint:  do this BEFORE you transform your polygon.)