
Doesn't need much of an introduction, after my previous post "Amazing what happens when you modify a Sphere"; I realised that I'd missed a few combinations, and as such thought it'd be a good idea to finish off the obvious combinations.. you know, to see what they looked like.
One of the best, and the one that makes the most sense formula wise is M16.. here's the formula for it
x = Math.cos(a) * Math.cos(r); y = Math.cos(a) * Math.sin(r); z = Math.sin(a) * Math.sin(r);
makes sense to me! anyway, on with the show - here are the rest:













