Updated readme with fixed image
Fixed merge conflict between gitlab and frzn.dev
This commit is contained in:
parent
f646f99d02
commit
b154bb2195
1 changed files with 1 additions and 2 deletions
|
@ -4,10 +4,9 @@ Spirographs!
|
|||
|
||||
Everyone who grew up playing with this toy remembers it fondly. Very cool shapes and patterns. Recently, I was wondering if there was a mathematical formula describing the shapes created by Spriographs, and of course there is!
|
||||
|
||||
They're actually quite simple. The shapes are called [hypotrochoids](https://en.wikipedia.org/wiki/Hypotrochoid) and [epitrochoids](https://en.wikipedia.org/wiki/Epitrochoid). To calculate each point, you simple use the following parametrized equations, plugging in 0 to 2π for θ:
|
||||
They're actually quite simple. The shapes are called [hypotrochoids](https://en.wikipedia.org/wiki/Hypotrochoid) and [epitrochoids](https://en.wikipedia.org/wiki/Epitrochoid). To calculate each point, you simple use the following parametrized equations, plugging in 0 to 2π for θ:
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
And that's it! To play around with the different patterns, this Python GTK3 app was created so you could use sliders to change the parameters and see how they affect the output.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue