QB64.org Forum
Active Forums => Programs => Topic started by: bplus on August 18, 2020, 04:08:36 pm
-
This file disappeared from here so here it is again, because Ken's present work reminds me of it:
_TITLE "Cardioid and Beyond" 'B+ 2019-02-17 CX = xmax / 2
CY = ymax / 2
R = CX - 10
x1
= CX
+ R
* COS(i
* DA
) y1
= CY
+ R
* SIN(i
* DA
) x2
= CX
+ R
* COS(Mult
* i
* DA
) y2
= CY
+ R
* SIN(Mult
* i
* DA
) changePlasma
cN = cN + 1
Probably was in one of [banned user] threads that got removed.
-
WOW That's just INCREDIBLE Bplus. I had a feeling someone could make something better and of course it was you. :) I've never seen this before, thanks for showing me.