Why does it use two sets of vectors? One sum of vectors is enough to trace any continuous line.
My Fourier Epicycles
11–20 of 25 posts
Re: My Fourier Epicycles
#12https://upload.wikimedia.org/wikipedia/en/a/a4/Flag_of_the_U...
Re: My Fourier Epicycles
#13This is fun but I think it's a bit buggy. Trying to draw lines parallel and close to more than one border generates a lot of nonsense. Try with a square almost as big as the canvas.
Re: My Fourier Epicycles
#14Re: My Fourier Epicycles
#15Could this be a way to compress vectors?
Re: My Fourier Epicycles
#16Could this be a way to compress vectors?
Re: My Fourier Epicycles
#17Why does it use two sets of vectors? One sum of vectors is enough to trace any continuous line.
Here’s a gif of that if the project player doesn’t work for you: https://github.com/kach/gifblocks/blob/master/gallery/fourie...
Re: My Fourier Epicycles
#18Why does it use two sets of vectors? One sum of vectors is enough to trace any continuous line.
Yeah, this is pretty annoying. Starting with a function from the circle to the complex plane, the Fourier series decomposes it into a sum of exponentials, which are circular motions about 0. This version with x and y coordinates separated overcomplicates and confuses. And with a four-dimensional output, there are 2 unused dimensions whose values are arbitrary.
Re: My Fourier Epicycles
#19Why does it use two sets of vectors? One sum of vectors is enough to trace any continuous line.
Perhaps so the animations are outside of the drawing area?