Function ShapeDrawer.drawPointRotated

Draws a point rotated about the given "pointOfRotation" and rotated clockwise by the the amount of radians specified in "rotation"

void drawPointRotated (
  int x,
  int y
);