- #1
sukharef
- 54
- 0
Hello!
There is a parametric way of defining a spiral curve:
z = a*t;
x = r1*cos(w*t)
y = r2*sin(w*t).
Is there a way to define the thickness of spiral?
There is a parametric way of defining a spiral curve:
z = a*t;
x = r1*cos(w*t)
y = r2*sin(w*t).
Is there a way to define the thickness of spiral?