Drawing a Sphere

24 thoughts
last posted Jan. 16, 2014, 4:27 p.m.

14 earlier thoughts

0

Based on the previous card, this works surprisingly well for the minor radius:

r * Math.sin(Math.sin(t) * Math.cos(alpha))

but it still isn't quite right.

9 later thoughts