home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / text / 1631 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.2 KB

  1. Path: sparky!uunet!math.fu-berlin.de!uni-paderborn.de!urmel.informatik.rwth-aachen.de!gmd.de!newsserver.jvnc.net!louie!udel!bogus.sura.net!howland.reston.ans.net!spool.mu.edu!uwm.edu!linac!att!att!allegra!alice!npn
  2. From: npn@alice.att.com (Nils-Peter Nelson)
  3. Newsgroups: comp.text
  4. Subject: Re: pic question - what is line by?
  5. Summary: you've got a rogue pic
  6. Message-ID: <24724@alice.att.com>
  7. Date: 27 Jan 93 19:51:43 GMT
  8. Article-I.D.: alice.24724
  9. References: <1993Jan26.063815.16008@netcom.com>
  10. Organization: AT&T Bell Laboratories, Murray Hill NJ
  11. Lines: 16
  12.  
  13.  
  14.  
  15. The one-and-only official DWB pic accepts line by A,B
  16. just fine. It means "relative direction"; e.g.
  17.     line by 1,1 by 1,-1
  18. means "draw a line at 45 degrees from the current
  19. position, then -45 degrees, each segment being the
  20. default line length."
  21. The documentation is exceedingly circumspect on the
  22. semantics of "line by" so I will guess that you have
  23. a reverse engineered version of pic (eg from groff)
  24. and the person doing the reverse engineering couldn't
  25. figure out what it meant.
  26. My conclusion is that the more inscrutable our
  27. documentation, the more difficult our code is to
  28. clone. I'll try to keep that in mind.:-)
  29.