N
noppenbd
Guest
The values for all trig functions are in degrees.
For this reason, if you want a spiral which reaches radius 5 at one revolution (t=1), you should use:
r= 5 * sin (90*t) + .095
theta = 360 * t
z=0
Hope this helps.
For this reason, if you want a spiral which reaches radius 5 at one revolution (t=1), you should use:
r= 5 * sin (90*t) + .095
theta = 360 * t
z=0
Hope this helps.