Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Problem with partitioning

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Problem with partitioning


Chronological Thread 
  • From: Kostis <>
  • To:
  • Subject: [cgal-discuss] Re: Problem with partitioning
  • Date: Wed, 21 Jul 2010 05:10:25 -0700 (PDT)


I read the documentation of JTS and it appears that JTS assumes that all
polygons are simple (by definition). So, the function Polygon.isSimple is
the following:

public boolean isSimple() {
return true;
}

Thank you very much for your help!
--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Problem-with-partitioning-tp2293936p2297005.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page