home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!timbuk.cray.com!raistlin!shamash!mpe
- From: mpe@shamash.cdc.com ()
- Newsgroups: comp.graphics
- Subject: Need help in dividing complex polygon into smaller polygon
- Message-ID: <51134@shamash.cdc.com>
- Date: 8 Jan 93 16:05:29 GMT
- Lines: 22
-
-
- I have a series of vertex points for a complex non-self intersecting
- polygon structure and would like to divide it along a cut-line. If
- you have any algorithms which might help please forward to
- mpe@shamash.cdc.com.
-
- Thank you for any help you might be able to offer.
-
- Example structure:
-
- X*********************X X******************X
- * * * *
- * * * X*******X *
- * * * * * *
- cutline -----------------------------------------------------------------
- * * * * * *
- * X**********X * X*****X
- * *
- X*************************************X
-
- This would result in four smaller polygon structures...
-
-