archmedian code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • talemwa
    New Member
    • May 2007
    • 1

    #1

    archmedian code

    in need of archmendian spiral java coding.Anyone can who nows can give a hand.thanks
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by talemwa
    in need of archmendian spiral java coding.Anyone can who nows can give a hand.thanks
    Well, in [r,t] coordinates the spiral is just a straight line but I guess you want to
    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

    Working...