1 | %!PS-Adobe-2.0 EPSF-2.0 |
---|
2 | %%Title: triangle.fig |
---|
3 | %%Creator: fig2dev Version 3.2 Patchlevel 4 |
---|
4 | %%CreationDate: Wed Jun 30 14:58:12 2004 |
---|
5 | %%For: ole@nautilus (Ole Nielsen,G.214,,) |
---|
6 | %%BoundingBox: 0 0 340 533 |
---|
7 | %%Magnification: 1.0000 |
---|
8 | %%EndComments |
---|
9 | /$F2psDict 200 dict def |
---|
10 | $F2psDict begin |
---|
11 | $F2psDict /mtrx matrix put |
---|
12 | /col-1 {0 setgray} bind def |
---|
13 | /col0 {0.000 0.000 0.000 srgb} bind def |
---|
14 | /col1 {0.000 0.000 1.000 srgb} bind def |
---|
15 | /col2 {0.000 1.000 0.000 srgb} bind def |
---|
16 | /col3 {0.000 1.000 1.000 srgb} bind def |
---|
17 | /col4 {1.000 0.000 0.000 srgb} bind def |
---|
18 | /col5 {1.000 0.000 1.000 srgb} bind def |
---|
19 | /col6 {1.000 1.000 0.000 srgb} bind def |
---|
20 | /col7 {1.000 1.000 1.000 srgb} bind def |
---|
21 | /col8 {0.000 0.000 0.560 srgb} bind def |
---|
22 | /col9 {0.000 0.000 0.690 srgb} bind def |
---|
23 | /col10 {0.000 0.000 0.820 srgb} bind def |
---|
24 | /col11 {0.530 0.810 1.000 srgb} bind def |
---|
25 | /col12 {0.000 0.560 0.000 srgb} bind def |
---|
26 | /col13 {0.000 0.690 0.000 srgb} bind def |
---|
27 | /col14 {0.000 0.820 0.000 srgb} bind def |
---|
28 | /col15 {0.000 0.560 0.560 srgb} bind def |
---|
29 | /col16 {0.000 0.690 0.690 srgb} bind def |
---|
30 | /col17 {0.000 0.820 0.820 srgb} bind def |
---|
31 | /col18 {0.560 0.000 0.000 srgb} bind def |
---|
32 | /col19 {0.690 0.000 0.000 srgb} bind def |
---|
33 | /col20 {0.820 0.000 0.000 srgb} bind def |
---|
34 | /col21 {0.560 0.000 0.560 srgb} bind def |
---|
35 | /col22 {0.690 0.000 0.690 srgb} bind def |
---|
36 | /col23 {0.820 0.000 0.820 srgb} bind def |
---|
37 | /col24 {0.500 0.190 0.000 srgb} bind def |
---|
38 | /col25 {0.630 0.250 0.000 srgb} bind def |
---|
39 | /col26 {0.750 0.380 0.000 srgb} bind def |
---|
40 | /col27 {1.000 0.500 0.500 srgb} bind def |
---|
41 | /col28 {1.000 0.630 0.630 srgb} bind def |
---|
42 | /col29 {1.000 0.750 0.750 srgb} bind def |
---|
43 | /col30 {1.000 0.880 0.880 srgb} bind def |
---|
44 | /col31 {1.000 0.840 0.000 srgb} bind def |
---|
45 | |
---|
46 | end |
---|
47 | save |
---|
48 | newpath 0 533 moveto 0 0 lineto 340 0 lineto 340 533 lineto closepath clip newpath |
---|
49 | -0.8 569.8 translate |
---|
50 | 1 -1 scale |
---|
51 | |
---|
52 | /cp {closepath} bind def |
---|
53 | /ef {eofill} bind def |
---|
54 | /gr {grestore} bind def |
---|
55 | /gs {gsave} bind def |
---|
56 | /sa {save} bind def |
---|
57 | /rs {restore} bind def |
---|
58 | /l {lineto} bind def |
---|
59 | /m {moveto} bind def |
---|
60 | /rm {rmoveto} bind def |
---|
61 | /n {newpath} bind def |
---|
62 | /s {stroke} bind def |
---|
63 | /sh {show} bind def |
---|
64 | /slc {setlinecap} bind def |
---|
65 | /slj {setlinejoin} bind def |
---|
66 | /slw {setlinewidth} bind def |
---|
67 | /srgb {setrgbcolor} bind def |
---|
68 | /rot {rotate} bind def |
---|
69 | /sc {scale} bind def |
---|
70 | /sd {setdash} bind def |
---|
71 | /ff {findfont} bind def |
---|
72 | /sf {setfont} bind def |
---|
73 | /scf {scalefont} bind def |
---|
74 | /sw {stringwidth} bind def |
---|
75 | /tr {translate} bind def |
---|
76 | /tnt {dup dup currentrgbcolor |
---|
77 | 4 -2 roll dup 1 exch sub 3 -1 roll mul add |
---|
78 | 4 -2 roll dup 1 exch sub 3 -1 roll mul add |
---|
79 | 4 -2 roll dup 1 exch sub 3 -1 roll mul add srgb} |
---|
80 | bind def |
---|
81 | /shd {dup dup currentrgbcolor 4 -2 roll mul 4 -2 roll mul |
---|
82 | 4 -2 roll mul srgb} bind def |
---|
83 | /DrawEllipse { |
---|
84 | /endangle exch def |
---|
85 | /startangle exch def |
---|
86 | /yrad exch def |
---|
87 | /xrad exch def |
---|
88 | /y exch def |
---|
89 | /x exch def |
---|
90 | /savematrix mtrx currentmatrix def |
---|
91 | x y tr xrad yrad sc 0 0 1 startangle endangle arc |
---|
92 | closepath |
---|
93 | savematrix setmatrix |
---|
94 | } def |
---|
95 | |
---|
96 | /$F2psBegin {$F2psDict begin /$F2psEnteredState save def} def |
---|
97 | /$F2psEnd {$F2psEnteredState restore end} def |
---|
98 | |
---|
99 | $F2psBegin |
---|
100 | 10 setmiterlimit |
---|
101 | 0 slj 0 slc |
---|
102 | 0.06299 0.06299 sc |
---|
103 | % |
---|
104 | % Fig objects follow |
---|
105 | % |
---|
106 | % |
---|
107 | % here starts figure with depth 50 |
---|
108 | % Ellipse |
---|
109 | 7.500 slw |
---|
110 | n 900 3600 90 90 0 360 DrawEllipse gs 0.00 setgray ef gr gs col0 s gr |
---|
111 | |
---|
112 | % Ellipse |
---|
113 | n 4500 3600 90 90 0 360 DrawEllipse gs 0.00 setgray ef gr gs col0 s gr |
---|
114 | |
---|
115 | % Ellipse |
---|
116 | n 900 900 90 90 0 360 DrawEllipse gs 0.00 setgray ef gr gs col0 s gr |
---|
117 | |
---|
118 | % Polyline |
---|
119 | 30.000 slw |
---|
120 | n 900 900 m 900 3600 l 4500 3600 l |
---|
121 | 900 900 l cp gs col0 s gr |
---|
122 | % Polyline |
---|
123 | n 4500 8775 m 4500 6075 l 900 6075 l |
---|
124 | 4500 8775 l cp gs col0 s gr |
---|
125 | % Polyline |
---|
126 | gs clippath |
---|
127 | 2445 4470 m 2505 4470 l 2505 4226 l 2475 4376 l 2445 4226 l cp |
---|
128 | eoclip |
---|
129 | n 2475 3600 m |
---|
130 | 2475 4455 l gs col0 s gr gr |
---|
131 | |
---|
132 | % arrowhead |
---|
133 | n 2445 4226 m 2475 4376 l 2505 4226 l 2475 4256 l 2445 4226 l |
---|
134 | cp gs 0.00 setgray ef gr col0 s |
---|
135 | % Polyline |
---|
136 | gs clippath |
---|
137 | 30 2220 m 30 2280 l 274 2280 l 124 2250 l 274 2220 l cp |
---|
138 | eoclip |
---|
139 | n 900 2250 m |
---|
140 | 45 2250 l gs col0 s gr gr |
---|
141 | |
---|
142 | % arrowhead |
---|
143 | n 274 2220 m 124 2250 l 274 2280 l 244 2250 l 274 2220 l |
---|
144 | cp gs 0.00 setgray ef gr col0 s |
---|
145 | % Polyline |
---|
146 | gs clippath |
---|
147 | 3201 1520 m 3159 1478 l 2986 1650 l 3114 1566 l 3029 1693 l cp |
---|
148 | eoclip |
---|
149 | n 2565 2115 m |
---|
150 | 3170 1510 l gs col0 s gr gr |
---|
151 | |
---|
152 | % arrowhead |
---|
153 | n 3029 1693 m 3114 1566 l 2986 1650 l 3029 1650 l 3029 1693 l |
---|
154 | cp gs 0.00 setgray ef gr col0 s |
---|
155 | /Times-Roman ff 180.00 scf sf |
---|
156 | 540 720 m |
---|
157 | gs 1 -1 sc (vertex 2) col0 sh gr |
---|
158 | /Times-Roman ff 180.00 scf sf |
---|
159 | 90 3690 m |
---|
160 | gs 1 -1 sc (vertex 0) col0 sh gr |
---|
161 | /Times-Roman ff 180.00 scf sf |
---|
162 | 3420 2700 m |
---|
163 | gs 1 -1 sc (face 0) col0 sh gr |
---|
164 | /Times-Roman ff 180.00 scf sf |
---|
165 | 4770 3600 m |
---|
166 | gs 1 -1 sc (vertex 1) col0 sh gr |
---|
167 | /Times-Roman ff 180.00 scf sf |
---|
168 | 225 1485 m |
---|
169 | gs 1 -1 sc (face 1) col0 sh gr |
---|
170 | /Times-Roman ff 180.00 scf sf |
---|
171 | 2610 4095 m |
---|
172 | gs 1 -1 sc (normal 2) col0 sh gr |
---|
173 | /Times-Roman ff 180.00 scf sf |
---|
174 | 180 2565 m |
---|
175 | gs 1 -1 sc (normal 1) col0 sh gr |
---|
176 | /Times-Roman ff 180.00 scf sf |
---|
177 | 2970 1980 m |
---|
178 | gs 1 -1 sc (normal 0) col0 sh gr |
---|
179 | /Times-Roman ff 180.00 scf sf |
---|
180 | 1620 2565 m |
---|
181 | gs 1 -1 sc (id = 17) col0 sh gr |
---|
182 | /Times-Roman ff 180.00 scf sf |
---|
183 | 3195 7110 m |
---|
184 | gs 1 -1 sc (id = 13) col0 sh gr |
---|
185 | /Times-Roman ff 180.00 scf sf |
---|
186 | 1620 3330 m |
---|
187 | gs 1 -1 sc (neighbour2 = 13) col0 sh gr |
---|
188 | /Times-Roman ff 180.00 scf sf |
---|
189 | 1620 3555 m |
---|
190 | gs 1 -1 sc (neighbour_faces2 = 2) col0 sh gr |
---|
191 | /Times-Roman ff 180.00 scf sf |
---|
192 | 1170 3870 m |
---|
193 | gs 1 -1 sc (face 2) col0 sh gr |
---|
194 | /Times-Roman ff 180.00 scf sf |
---|
195 | 1395 5940 m |
---|
196 | gs 1 -1 sc (face 2) col0 sh gr |
---|
197 | /Times-Roman ff 180.00 scf sf |
---|
198 | 4500 6030 m |
---|
199 | gs 1 -1 sc (vertex 0) col0 sh gr |
---|
200 | /Times-Roman ff 180.00 scf sf |
---|
201 | 270 6030 m |
---|
202 | gs 1 -1 sc (vertex 1) col0 sh gr |
---|
203 | /Times-Roman ff 180.00 scf sf |
---|
204 | 4185 9045 m |
---|
205 | gs 1 -1 sc (vertex 2) col0 sh gr |
---|
206 | /Times-Roman ff 180.00 scf sf |
---|
207 | 1350 7110 m |
---|
208 | gs 1 -1 sc (face 0) col0 sh gr |
---|
209 | /Times-Roman ff 180.00 scf sf |
---|
210 | 4590 7515 m |
---|
211 | gs 1 -1 sc (face 1) col0 sh gr |
---|
212 | % here ends figure; |
---|
213 | $F2psEnd |
---|
214 | rs |
---|
215 | showpage |
---|