home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / graphics / 9175 < prev    next >
Encoding:
Text File  |  1992-08-26  |  810 b   |  28 lines

  1. Newsgroups: comp.graphics
  2. Path: sparky!uunet!shearson.com!aristotle!salc
  3. From: salc@shearson.com (Sal Cataudella)
  4. Subject: Line / Polygon intersection algorithm
  5. Message-ID: <1992Aug26.192811.5303@shearson.com>
  6. Sender: news@shearson.com (News)
  7. Reply-To: salc@shearson.com
  8. Organization: Lehman Brothers, Inc.
  9. References: <1992Aug18.172656@betsy.gsfc.nasa.gov>
  10. Date: Wed, 26 Aug 1992 19:28:11 GMT
  11. Lines: 15
  12.  
  13. Hi folks,
  14.     Given a line segment represented by 2 points  and a polygon represented
  15.     as a list of vertices ( all in 3D )
  16.     - Does anybody have an algorithm for determining if a line intersects a polygon ?
  17.  
  18. thanx in advance,
  19.  
  20. --sal
  21.     
  22. ---
  23.  ######################################################
  24.  ######################################################
  25.  ######################################################
  26.  
  27.  
  28.