We drew an ellipse centered at origin without tilt. In this project, we will draw a general ellipse that can be centered at any location and any tilt angle. The
Draw the following fractal made up with stars. You may need to use recursion and trigonometry to do this project. The following figures show star fractal with different recursion depths
Draw the following spiral that consists of spirals. Check out this project (spiral of squares) first before working on this one. Source Code: (This program may runs for minutes)