Sujet : Re: Rotation Bifurcation...
De : volney (at) *nospam* invalid.invalid (Volney)
Groupes : sci.mathDate : 30. Mar 2024, 17:18:01
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <uu9dvq$13amk$2@dont-email.me>
References : 1
User-Agent : Mozilla Thunderbird
On 3/29/2024 8:24 PM, Chris M. Thomasson wrote:
A strange bifurcation algorithm from an older iterated function system of mine:
https://youtu.be/XKhS_nklCkE
My pseudo code is in the description:
______________
// px_mutation interpolates from -4...4 across each frame; 1440 here.
render frames:
_________
// angle interpolates from 0...pi2 across iterations
// px = py = 0
// Iteration:
px = sin(angle * px_mutation);
py = cos(angle * py);
______________
Anybody should be able to reproduce it on their end. Right?
It's all 2d, but has a 3d vibe! Nice.
Any thoughts?
It looks like a fractal version of an optical illusion of whether a cylinder (with the fractal on it) is rotating in one direction or the other.