Rotate the circle by deg degrees.
deg
Since a circle is symmetric, rotation returns the same circle.
@override Circle rotate(double deg) { return this; }