Plotting spirals... (I started to plot the a lot of random spirals and because it was taking soooooo long.. I changed the return # to be less... so the top right collection of spirals are plotted and the rest are duplicated layers of the original.).. oh by the way... PLOTTING SUCKS!!!! |
||||
![]() |
||||
| // Using polar coords
// drawing a spiral
// instantiate raster canvas for use //set background color //create function so I can resuse spiral! function spiral(revolutions, x, y){ // initialize variables // define limit x and y to help stay on canvas // define centerpoint of circle // define resolution of plot (angular distance between samples) // spiral params // plot a circle using polar coordinates } }
// release object referencess
|
|