Page 19 | Table of Contents | Index | Page 21 |
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 |
The Point Protocol
The following generic functions comprise the point API. Only point-position is in the point
protocol, that is, all classes that are subclasses of point must implement methods for point-
position, but need not implement methods for point-x and point-y.
=> point-position point [Generic Function]
Returns both the x and y coordinates of the point point as two values.
Page 19 | Table of Contents | Index | Page 21 |
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 |