[zxspectrum] Re: Pickover

  • From: Enrico Maria Giordano <e.m.giordano@xxxxxxxxxxxxxxx>
  • To: The ZX Spectrum Mailing-List <zxspectrum@xxxxxxxxxxxxx>
  • Date: Wed, 17 Jan 2018 11:49:41 +0100

Scusa, ho sbagliato sorgente. Questo è Pickover:

CLS

LET a =  2.24
LET b =  0.43
LET c = -0.65
LET d = -2.43

LET x = 0
LET y = 0
LET z = 0

@loop

PLOT x * 40 + 128, y * 40 + 88

LET tx = x
LET x = SIN (a * y) - z * COS (b * x)
LET y = z * SIN (c * tx) - COS (d * y)
LET z = SIN tx

GOTO @loop

EMG

--
http://www.emagsoftware.it
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg

Other related posts: