Go to file
Pat Wick 7fb8f7d11e Added nose and eye functions, final layout testing
The nose function got me stuck for a while, mostly because I tried to relearn how to measure
chord length of a circle so I could trig my way into an exact position of the turtle to make
the swoops for the septum/upper lip of the dog at the base of the nose, but after much math, I found
myself estimating anyway, so the only real known that I *needed* was the x-dir midpoint, which I knew
and from there I chose some reasonable numbers that make the bottom of the nose look as intended.

I'm finding myself not stuck, but challenged, with the final layout of all of the parts of the face. I think
I'm going to be in the same boat as before where exact values aren't really needed and I have enough info to
estimate a "close enough" position for how all of the parts come together. Order of operations is also
going to be important here because some of the shapes need to go on top of others to get a layering effect.
2023-07-23 11:41:10 -04:00
.commit_template Initial commit 2023-07-22 22:56:50 +00:00
drawing.py Added nose and eye functions, final layout testing 2023-07-23 11:41:10 -04:00
poetry.lock Initial commit 2023-07-22 22:56:50 +00:00
pyproject.toml Initial commit 2023-07-22 22:56:50 +00:00