My on again off again blog about whatever computer related hobby projects I happen to be working on at the moment.
Archimedean Spiral 0 POKE65497,0:SX=144:SY=56:SZ=64:CX=320:CY=192:HSCREEN 210 A=1.520 B=1.5 30 PI=3.14159240 HSET(160,96)50 FOR T=0 TO 15*PI STEP .160 R=A+B*T 70 HLINE-(160+2*R*SIN(T),96+R*COS(T)),PSET80 NEXT100 GOTO 100
No comments:
Post a Comment