fb:porticula NoPaste
Circle- und Window-Test
Uploader: | Sebastian |
Datum/Zeit: | 28.11.2013 00:07:52 |
screenres 952, 782, 24
window (-17,-11)-(11,12)
'circle (2.428571, 0.142857), 5.79139, &HFFFFFF
dim as single x1, y1, x2, y2
x1 = 3: y1 = 2
x2 = 0: y2 = 0
dim r as double = sqr((x2-x1)^2+(y2-y1)^2)
circle (3, 2), r, &HFFFFFF
sleep