A journey and a method for drawing spheres(medium.com)
medium.com
A journey and a method for drawing spheres
https://medium.com/@refik/a-journey-and-a-method-for-drawing-spheres-5b24246ca479
4 comments
It's very interesting to see a post on drawing from a programmer perspective.
Isn'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.
It could be a good lead-in to a lesson on straight-edge & compass constructions, which is pretty fun.