What if we connect a couple of rotating sticks together and trace the shape they make? We can get something like this.
The most interesting part about this is if we get enough sticks we can draw anything we want!
You can try it yourself here. Just draw a closed (that's pretty important) shape and press 'Start'.
This is based on a thing caller Fourier Transform. Basically, every complex function on a set interval can be represented as an infinite sum of exponents:
Where
But if we look closer we may notice that every element of that sum is actually a rotating vector Cn. So if we manage to represent a shape as a complex function, we could find these vectors (maybe not all, since there is infinite number of them, but we don't need all) and that would mean drawing the shape just by rotating those vectors!
I made a video where I tried to explain this in more detail and code it in TypeScript.
Enjoy!
Top comments (0)