Re: [algogeeks] Approximating a spiral with a sequence of arcs

2010-04-20 Thread Black Diamond
what are u doing in your current solution. to me the solution seems to be simple take a Grid of N*N and put yourself at N/2,N/2 from there you start walking in spiral way :) and print the gird. :-\ ;-) Thanks & Regards *BL/\CK_D!/\MOND* On 4/20/2010 2:33 AM, mythagel wrote: Hello all, Is the

[algogeeks] Approximating a spiral with a sequence of arcs

2010-04-19 Thread mythagel
Hello all, Is there an existing method to approximate an Archimedes spiral with a sequence of regular arc segments given a particular tolerance? I am trying to improve on my existing solution generating line segments to approximate a spiral. Cheers, -nick -- You received this message because