Spherical Helicoid Equation

If it’s just planar spirals you want, I can simply alot:


Power-Law Spirals - planar VR 02.gh (27.8 KB)

I’ve added a cluster that dynamically determines the series of angle values fed into the spiral function based on the “resolution” (i.e., the number of interpolation points) for a full turn of the spiral.

Also, I converted the cylindrical coordinate expression for the Function component into a cartesian coordinate expression, just to shorten things up a bit.

At the moment, the script fails on negative turn count values. There’s no reason that couldn’t be fixed to work. I’ll look at it later maybe.


Fails at zero, but now works with negative turn count values:
Power-Law Spirals - planar VR 03.gh (17.3 KB)