Rotation Bifurcation...

Liste des GroupesRevenir à physics 
Sujet : Rotation Bifurcation...
De : chris.m.thomasson.1 (at) *nospam* gmail.com (Chris M. Thomasson)
Groupes : sci.math
Date : 30. Mar 2024, 02:24:31
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <uu7m3v$jh52$1@dont-email.me>
User-Agent : Mozilla Thunderbird
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?

Date Sujet#  Auteur
6 Oct 24 o 

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal