Home » Archimedes archive » Archimedes World » AW-1994-02-Disc1.adf » Disk1Feb94 » !AWFeb94/Goodies/Basic/Cubic/Bezier

!AWFeb94/Goodies/Basic/Cubic/Bezier

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-1994-02-Disc1.adf » Disk1Feb94
Filename: !AWFeb94/Goodies/Basic/Cubic/Bezier
Read OK:
File size: 0105 bytes
Load address: 0000
Exec address: 0000
File contents
    1PROCList
    2LIBRARY "PathLib:OS_units.Paths"
    3PROCCreate_Curve
    4SYS "Draw_Stroke",cubic%
    5END
    6
    7
    8DEF PROCCreate_Curve
    9PROCPath_ObjectBegin(cubic%,200)
   10  PROCPath_Move(0,0)
   11  PROCPath_Cubic(0,200,400,200,400,0)
   12PROCPath_ObjectEnd
   13ENDPROC
   14
   15DEF PROCList
   16MODE MODE
   17ENDPROC
	�List
ț "PathLib:OS_units.Paths"
�Create_Curve
ș "Draw_Stroke",cubic%
�


� �Create_Curve
	!�Path_ObjectBegin(cubic%,200)

  �Path_Move(0,0)
&  �Path_Cubic(0,200,400,200,400,0)
�Path_ObjectEnd

�

� �List
� �
�
�
00000000  0d 00 01 09 f2 4c 69 73  74 0d 00 02 1f c8 9b 20  |.....List...... |
00000010  22 50 61 74 68 4c 69 62  3a 4f 53 5f 75 6e 69 74  |"PathLib:OS_unit|
00000020  73 2e 50 61 74 68 73 22  0d 00 03 11 f2 43 72 65  |s.Paths".....Cre|
00000030  61 74 65 5f 43 75 72 76  65 0d 00 04 1b c8 99 20  |ate_Curve...... |
00000040  22 44 72 61 77 5f 53 74  72 6f 6b 65 22 2c 63 75  |"Draw_Stroke",cu|
00000050  62 69 63 25 0d 00 05 05  e0 0d 00 06 04 0d 00 07  |bic%............|
00000060  04 0d 00 08 13 dd 20 f2  43 72 65 61 74 65 5f 43  |...... .Create_C|
00000070  75 72 76 65 0d 00 09 21  f2 50 61 74 68 5f 4f 62  |urve...!.Path_Ob|
00000080  6a 65 63 74 42 65 67 69  6e 28 63 75 62 69 63 25  |jectBegin(cubic%|
00000090  2c 32 30 30 29 0d 00 0a  15 20 20 f2 50 61 74 68  |,200)....  .Path|
000000a0  5f 4d 6f 76 65 28 30 2c  30 29 0d 00 0b 26 20 20  |_Move(0,0)...&  |
000000b0  f2 50 61 74 68 5f 43 75  62 69 63 28 30 2c 32 30  |.Path_Cubic(0,20|
000000c0  30 2c 34 30 30 2c 32 30  30 2c 34 30 30 2c 30 29  |0,400,200,400,0)|
000000d0  0d 00 0c 13 f2 50 61 74  68 5f 4f 62 6a 65 63 74  |.....Path_Object|
000000e0  45 6e 64 0d 00 0d 05 e1  0d 00 0e 04 0d 00 0f 0b  |End.............|
000000f0  dd 20 f2 4c 69 73 74 0d  00 10 07 eb 20 eb 0d 00  |. .List..... ...|
00000100  11 05 e1 0d ff                                    |.....|
00000105