home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / Tutorial / Cookbook / 27.Bounce / ball.psw < prev    next >
Encoding:
Text File  |  1993-01-19  |  69 b   |  5 lines

  1. defineps doBall(float x,y,width)
  2. x y width 0.0 360.0 arc fill
  3. endps
  4.  
  5.