home *** CD-ROM | disk | FTP | other *** search
- defineps doBall(float x,y,width)
- x y width 0.0 360.0 arc fill
- endps
-
- defineps drawPaddle(float angle, width)
- gsave
- 40 40 translate
- angle neg rotate
- newpath
- -45 0 moveto
- 90 0 rlineto
- 0 width neg rlineto
- -90 0 rlineto
- closepath
- fill
- grestore
- endps
-
-