You may need to find the convex hull first. Please refer to some computational geometry literature for the algorithms, or "Algorithm" from a group of MIT authors (I forget the exact title, something like "intro to algorithms").
Yang-Ming --- Mona Wong <[EMAIL PROTECTED]> wrote: > Hi: > > I'd like to determine the area bounded by a > set of points. Is there a > simple way to do this in Java 2d? I looked at the > Area class and that doesn't > seem to do what I need. > > All help is appreciated. > > Sincerely, > > Mona > > ================================================================== > Mona Wong > National Center for Microscopy and Imaging Research > University of California, San Diego > http://ncmir.ucsd.edu/ > > "The truth shall set you free, but first it will > piss you off" > A Landmark > instructor > ================================================================== > > =========================================================================== > To unsubscribe, send email to [EMAIL PROTECTED] > and include in the body > of the message "signoff JAVA2D-INTEREST". For > general help, send email to > [EMAIL PROTECTED] and include in the body of the > message "help". __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA2D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
