| include <plot_function.scad> // https://github.com/rcolyer/plot-function
|
|
|
| function PolarFunc1(r, a) = (r/3)*cos(3*a)+20;
|
| PlotPolarFunction(1, 10, 0.4);
|
| include <plot_function.scad> // https://github.com/rcolyer/plot-function
|
|
|
| function PolarFunc1(r, a) = (r/3)*cos(3*a)+20;
|
| PlotPolarFunction(1, 10, 0.4);
|