With some inspiration from Pinterest (I lossed the original link already) I implemented this Javascript that draw the following parametric curves. And to my surprise, every single one values of the parameters (aaaa,bbbb,cccc) generate a different design:
function x(t) { return Math.cos(t) 1/3*(Math.cos(aaaa*t) Math.sin(bbbb*t)); } function y(t) { return Math.sin(t) 1/3*(Math.sin(aaaa*t) Math.cos((bbbb-cccc)*t)); }
https://tthtlc.github.io/vortex_explore.html
and here are the different design:
Disclaimer: All resources provided are partly from the Internet. If there is any infringement of your copyright or other rights and interests, please explain the detailed reasons and provide proof of copyright or rights and interests and then send it to the email: [email protected] We will handle it for you as soon as possible.
Copyright© 2022 湘ICP备2022001581号-3