We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello, I'm new in processing. I'm trying to create a variation on Fermat spiral based on an equation and then export it in PDF. I have the code to create a Fermat spiral (several existing example exist) but I can't control it as I would do using an equation. I was wondering if there is a way to simply "translate" an equation into processing ?
Thanks for your tips and help !
Answers
Impressive, many thanks !!
If you are dealing a lot with evaluating mathematical expressions in the future, @Quark 's QScript also supports mathematical expression evaluation.
The Jasmine library is faster than QScript for evaluating mathematical equations.
In this case, both these libraries are a bit over-the-top, and I would go with koogs code.
@quark @jeremydouglass: Thank you for your relevant answers. I will certainly try the solutions you proposed.