home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / graphics / 9507 < prev    next >
Encoding:
Text File  |  1992-09-08  |  583 b   |  18 lines

  1. Newsgroups: comp.graphics
  2. Path: sparky!uunet!munnari.oz.au!bruce.cs.monash.edu.au!monu6!mukluk!int565c
  3. From: int565c@ccds.cc.monash.edu.au
  4. Subject: Centroid of a triangle
  5. Message-ID: <1992Sep8.064202.24022@monu6.cc.monash.edu.au>
  6. Sender: int565c@mdw030.cc.monash.edu.au (Edward Fok Iao Au)
  7. Organization: Monash University
  8. Date: Tue, 8 Sep 1992 06:42:02 GMT
  9. Lines: 7
  10.  
  11. Given a triangle with vertices A(x1,y1), B(x2,y2) and C(x3,y3), what is the
  12. most efficient algorithm to calculate the centroid of the triangle?
  13. Calculation needs not to be exact but the key is efficiency/fast.
  14.  
  15. EA
  16.  
  17.  
  18.