A journey and a method for drawing spheres
1–7 of 7 posts
Re: A journey and a method for drawing spheres
#2I think it would be interesting to bundle this as a lesson for high school students. Not necessarily because of the trigonometry, but because it seems very engaging.
It could be a good lead-in to a lesson on straight-edge & compass constructions, which is pretty fun.
Re: A journey and a method for drawing spheres
#3It's very interesting to see a post on drawing from a programmer perspective.
Re: A journey and a method for drawing spheres
#4Isn't this essentially just projecting a 3d sphere onto a 2d surface, but evaluating the transformation components without putting them in matrix form?
Re: A journey and a method for drawing spheres
#5This is such a wonderful article, I wish there were more like this out. Thank you for a delightful contribution to educational resources.
Re: A journey and a method for drawing spheres
#6This is such a wonderful article, I wish there were more like this out. Thank you for a delightful contribution to educational resources.
thanks, I'm glad to hear that
Re: A journey and a method for drawing spheres
#7Isn't this essentially just projecting a 3d sphere onto a 2d surface, but evaluating the transformation components without putting them in matrix form?
I've just learned about transformation matrix and I'm not sure but I guess so. I would say its essentially about how a human can draw spheres on a paper.