Home » Archimedes archive » Archimedes World » AW-1995-03-Disc1.adf » Disk1Mar95 » !AWMar95/Goodies/DrawBasic/Transforms/Example_F
!AWMar95/Goodies/DrawBasic/Transforms/Example_F
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Archimedes World » AW-1995-03-Disc1.adf » Disk1Mar95 |
Filename: | !AWMar95/Goodies/DrawBasic/Transforms/Example_F |
Read OK: | ✔ |
File size: | 00D4 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
DIM A(1,1),b(1) b()=0 REM Matrix A() A(0,0)=-1 : A(0,1)=0 A(1,0)=0 : A(1,1)=1 �Font("Trinity.Bold",100) �Origin(5,1) object=�Print("E",1,1) new_object=�Transform(object,A(),b()) �Quit
00000000 0a 44 49 4d 20 41 28 31 2c 31 29 2c 62 28 31 29 |.DIM A(1,1),b(1)| 00000010 0a 62 28 29 3d 30 0a 52 45 4d 20 4d 61 74 72 69 |.b()=0.REM Matri| 00000020 78 20 41 28 29 20 0a 20 20 20 20 41 28 30 2c 30 |x A() . A(0,0| 00000030 29 3d 2d 31 20 3a 20 41 28 30 2c 31 29 3d 30 0a |)=-1 : A(0,1)=0.| 00000040 20 20 20 20 41 28 31 2c 30 29 3d 30 20 20 3a 20 | A(1,0)=0 : | 00000050 41 28 31 2c 31 29 3d 31 0a 20 20 20 20 a0 46 6f |A(1,1)=1. .Fo| 00000060 6e 74 28 22 54 72 69 6e 69 74 79 2e 42 6f 6c 64 |nt("Trinity.Bold| 00000070 22 2c 31 30 30 29 0a 20 20 20 20 a0 4f 72 69 67 |",100). .Orig| 00000080 69 6e 28 35 2c 31 29 0a 20 20 20 20 20 6f 62 6a |in(5,1). obj| 00000090 65 63 74 3d bb 50 72 69 6e 74 28 22 45 22 2c 31 |ect=.Print("E",1| 000000a0 2c 31 29 0a 20 20 20 20 20 6e 65 77 5f 6f 62 6a |,1). new_obj| 000000b0 65 63 74 3d bb 54 72 61 6e 73 66 6f 72 6d 28 6f |ect=.Transform(o| 000000c0 62 6a 65 63 74 2c 41 28 29 2c 62 28 29 29 0a a0 |bject,A(),b())..| 000000d0 51 75 69 74 |Quit| 000000d4