Commit Graph

3 Commits

Author SHA1 Message Date
root 8e47ec5d5a Superturtle still not importing even though I have it installed,
so I made another superturtle clone python file (superturtlescat.py)
for now. I also changed some of the functions to try to get the
scatterplot to be drawn properly, but it's still in progress.
2024-10-05 23:11:08 -04:00
root 1fd5736751 I completed defining the functions in transform.py.
I think it went well. The errors were kind of easy to fix because it
simple math, so seeing what was expected and what was returned helped
me to fix the errors. The one I had the most trouble with was actually
the ratio function, because I kept gettinga negative value even when I
first tried to include the clamp function. Eventually I figured to
return clamp with r as the value, instead of clamp and return r.
2024-10-05 11:03:42 -04:00
sscheuneman 6f27782da2 Initial commit 2024-08-28 01:19:50 +00:00