home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula
/
nebula.bin
/
SourceCode
/
MiniExamples
/
PerformanceTuning
/
VisibleView-03
/
Drawgrid.psw
< prev
next >
Wrap
Text File
|
1991-10-18
|
936b
|
34 lines
defineps RNdrawgrid ()
0.0 0.0 100.0 100.0 rectstroke
100.0 100.0 100.0 100.0 rectstroke
0.0 0.0 200.0 200.0 rectstroke
0.0 0.0 moveto
(0.0 0.0) show
100.0 100.0 moveto
(100.0 100.0) show
200.0 200.0 moveto
(200.0 200.0) show
0.0 0.0 -100.0 -100.0 rectstroke
-100.0 -100.0 -100.0 -100.0 rectstroke
0.0 0.0 -200.0 -200.0 rectstroke
-100.0 -100.0 moveto
(-100.0 -100.0) show
-200.0 -200.0 moveto
(-200.0 -200.0) show
0.0 0.0 -100.0 100.0 rectstroke
-100.0 100.0 -100.0 100.0 rectstroke
0.0 0.0 -200.0 200.0 rectstroke
-100.0 100.0 moveto
(-100.0 100.0)show
-200.0 200.0 moveto
(-200.0 200.0) show
0.0 0.0 100.0 -100.0 rectstroke
100.0 -100.0 100.0 -100.0 rectstroke
0.0 0.0 200.0 -200.0 rectstroke
100.0 -100.0 moveto
(100.0 -100.0) show
200.0 -200.0 moveto
(200.0 -200.0) show
endps