Function ShapeDrawer.drawRotated

Performs a draw function but rotates each point by the specified rotation given in radians clockwise around the specified point

void drawRotated (
  void delegate() action,
  double rotationNew,
  double xCoord,
  double yCoord
);