18 Nov
2004
18 Nov
'04
4:21 p.m.
Jonathan Osuch wrote: <snip>
So, instead of plotting: for (row=0, row<ydots, row++) for (col=0, col<xdots, col++)
we could plot: for (theta=0, theta<360, theta++)
Or something similar.
<snip> Back in th 1980s I wrote a program that drew some very nice pictures similar to these ideas. you need: starting x and y ending x and y number of points in between number of iterations at each point. I also had the colour changing for each iteration at the point. If someone would add this to fractint I am sure that it would be a hit. If you choose the line properly you get very stunning pictures. Doug Stewart