home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.graphics
- Path: sparky!uunet!munnari.oz.au!bruce.cs.monash.edu.au!monu6!mukluk!int565c
- From: int565c@ccds.cc.monash.edu.au
- Subject: Centroid of a triangle
- Message-ID: <1992Sep8.064202.24022@monu6.cc.monash.edu.au>
- Sender: int565c@mdw030.cc.monash.edu.au (Edward Fok Iao Au)
- Organization: Monash University
- Date: Tue, 8 Sep 1992 06:42:02 GMT
- Lines: 7
-
- Given a triangle with vertices A(x1,y1), B(x2,y2) and C(x3,y3), what is the
- most efficient algorithm to calculate the centroid of the triangle?
- Calculation needs not to be exact but the key is efficiency/fast.
-
- EA
-
-
-