|
1 | 1 | %!TEX root = io2d.tex |
2 | 2 |
|
3 | 3 | \indexdefn{path segment}% |
4 | | -\definition{path segment}{\iotwod.defns.pathsegment} |
5 | | -a line, \bezierlocal curve, or arc, each of which has a start point and an end point |
| 4 | +\definition{path segment}{\iotwod.defns.pathseg} |
| 5 | +line, \bezierlocal curve, or arc, each of which has a start point and an end point |
6 | 6 |
|
7 | 7 | \indexdefn{control point}% |
8 | | -\definition{control point}{\iotwod.defns.controlpoint} |
9 | | -a point other than the start point and end point that is used in defining a \bezierlocal curve |
| 8 | +\definition{control point}{\iotwod.defns.controlpt} |
| 9 | +point other than the start point and end point that is used in defining a \bezierlocal curve |
10 | 10 |
|
11 | 11 | \indexdefn{degenerate path segment}% |
12 | | -\definition{degenerate path segment}{\iotwod.defns.degeneratepathsegment} |
13 | | -a path segment that has the same values for its start point, end point, and, if any, control points |
| 12 | +\definition{degenerate path segment}{\iotwod.defns.degenepathseg} |
| 13 | +path segment that has the same values for its start point, end point, and, if any, control points |
14 | 14 |
|
15 | 15 | \indexdefn{initial path segment}% |
16 | | -\definition{initial path segment}{\iotwod.defns.initialpathsegment} |
17 | | -a path segment whose start point is not defined as being the end point of another path segment |
| 16 | +\definition{initial path segment}{\iotwod.defns.initialpathseg} |
| 17 | +path segment whose start point is not defined as being the end point of another path segment |
18 | 18 | \begin{note} |
19 | 19 | It is possible for the initial path segment and final path segment to be the same path segment. |
20 | 20 | \end{note} |
21 | 21 |
|
22 | 22 | \indexdefn{final path segment}% |
23 | | -\definition{final path segment}{\iotwod.defns.finalpathsegment} |
24 | | -a path segment whose end point does not define the start point of any other path segment |
| 23 | +\definition{final path segment}{\iotwod.defns.finalpathseg} |
| 24 | +path segment whose end point does not define the start point of any other path segment |
25 | 25 | \begin{note} |
26 | 26 | It is possible for the initial path segment and final path segment to be the same path segment. |
27 | 27 | \end{note} |
28 | 28 |
|
29 | 29 | \indexdefn{path instruction}% |
30 | | -\definition{path instruction}{\iotwod.defns.pathinstruction} |
31 | | -an instruction that creates a new path, closes an existing path, adds a geometry as a new closed path, or modifies the interpretation of path segments that follow it |
| 30 | +\definition{path instruction}{\iotwod.defns.newpathinstruction} |
| 31 | +\defncontext{new path instruction} instruction that creates a new path |
| 32 | + |
| 33 | +\indexdefn{path instruction}% |
| 34 | +\definition{path instruction}{\iotwod.defns.closepathinstruction} |
| 35 | +\defncontext{close path instruction} instruction that creates a line path segment from the current point to the , a path and establishes a new path |
32 | 36 |
|
33 | 37 | \indexdefn{path item}% |
34 | 38 | \definition{path item}{\iotwod.defns.pathitem} |
35 | | -a path segment or path instruction |
| 39 | +path segment, new path instruction, close path instruction, or path group instruction |
36 | 40 |
|
37 | 41 | \indexdefn{path}% |
38 | 42 | \definition{path}{\iotwod.defns.path} |
39 | | -a collection of path items where the end point of each path segment, except the final path segment, defines the start point of exactly one other path segment in the collection |
| 43 | +collection of path items where the end point of each path segment, except the final path segment, defines the start point of exactly one other path segment in the collection |
| 44 | + |
| 45 | +\indexdefn{degenerate path}% |
| 46 | +\definition{degenerate path}{\iotwod.defns.degenpath} |
| 47 | +path composed entirely of a new path instruction, zero or more degenerate path segments, zero of more path group items, and, optionally, a close path instruction |
40 | 48 |
|
41 | 49 | \indexdefn{current point}% |
42 | 50 | \definition{current point}{\iotwod.defns.currentpoint} |
43 | | -a point established or used by various path items |
| 51 | +point used as the start point of a path segment |
44 | 52 |
|
45 | | -\indexdefn{last-move-to point}% |
46 | | -\definition{last-move-to point}{\iotwod.defns.lastmovetopoint} |
47 | | -the point in a path that is the start point of the initial path segment |
| 53 | +\indexdefn{new path point}% |
| 54 | +\definition{new path point}{\iotwod.defns.newpathpt} |
| 55 | +point in a path that is the start point of the initial path segment |
48 | 56 |
|
49 | 57 | \indexdefn{path group}% |
50 | 58 | \definition{path group}{\iotwod.defns.pathgroup} |
51 | | -a collection of paths |
52 | | - |
53 | | -\indexdefn{path group origin}% |
54 | | -\definition{path group origin}{\iotwod.defns.pathgrporigin} |
55 | | -a point to which each of the points in a path group is relative |
| 59 | +collection of paths |
56 | 60 |
|
57 | 61 | \indexdefn{path group transformation matrix}% |
58 | 62 | \definition{path group transformation matrix}{\iotwod.defns.pathgrptransform} |
59 | | -an affine transformation matrix used to apply affine transformations to the points in a path group |
| 63 | +affine transformation matrix used to apply affine transformations to the points in a path group |
| 64 | + |
| 65 | +\indexdefn{path group instruction}% |
| 66 | +\definition{path group instruction} |
| 67 | +instruction that modifies the path group transformation matrix |
60 | 68 |
|
61 | 69 | \indexdefn{closed path}% |
62 | 70 | \definition{closed path}{\iotwod.defns.closedpath} |
63 | | -a path with one or more path segments where the last-move-to point is used to define the end point of the path's final path segment |
| 71 | +path with one or more path segments where the new path point is used to define the end point of the path's final path segment |
64 | 72 |
|
65 | 73 | \indexdefn{open path}% |
66 | 74 | \definition{open path}{\iotwod.defns.openpath} |
67 | | -a path with one or more path segments where the last-move-to point is not used to define the end point of the path's final path segment |
| 75 | +path with one or more path segments where the new path point is not used to define the end point of the path's final path segment |
68 | 76 | \begin{note} |
69 | 77 | Even if the start point of the initial path segment and the end point of the final path segment are assigned the same coordinates, the path is still an open path since the final path segment's end point is not defined as being the start point of the initial segment but instead merely happens to have the same value as that point. |
70 | 78 | \end{note} |
71 | | -% |
72 | | -%\indexdefn{interpret}% |
73 | | -%\definition{interpret}{\iotwod.defns.pathgrpinterpret} |
74 | | -%\defncontext{path group} sequentially evaluate zero or more path items ... |
75 | | -% |
76 | | -%\indexdefn{degenerate path} |
77 | | -%\definition{degenerate path}{\iotwod.defns.degeneratepath} |
78 | | -%a path with only one path segment |
79 | | -%\begin{note} |
80 | | -%The path segment is not required to be a degenerate path segment. |
81 | | -%\end{note} |
0 commit comments