in need of archmendian spiral java coding.Anyone can who nows can give a hand.thanks
archmedian code
Collapse
X
-
Well, in [r,t] coordinates the spiral is just a straight line but I guess you want toOriginally posted by talemwain need of archmendian spiral java coding.Anyone can who nows can give a hand.thanks
plot [x,y] = (r*cos(a*t), r*sin(a*t)) for some constant value a. What have you got
so far? It's just a bit of a for loop over t in [t_min, t_max] followed by a bit of trig.
kind regards,
Jos
Comment