| Page 96 | Table of Contents | Index | Page 98 |
| Chapters | |||
|
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30 A, B, C, D, E | |||
(defun draw-test (sheet radius)
(draw-circle* sheet 0 0 radius :ink +foreground-ink+)
(draw-rectangle* sheet (- radius) (- radius) (+ radius) (+ radius)
:ink +flipping-ink+))
It is for this reason that we choose to have the decision point at the center of the pixel. This| Page 96 | Table of Contents | Index | Page 98 |
| Chapters | |||
|
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30 A, B, C, D, E | |||