kalimero76 / mpspack

Automatically exported from code.google.com/p/mpspack
Other
0 stars 0 forks source link

self-intersection of connected segment list not checked #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In class domain constructor,
currently the topology-checking is only that connected segment pieces don't
fall outside the primary domain. We should eventually check for
self-intersections of each analytic segment, and intersections with other
segments in the same list.

Original issue reported on code.google.com by alex.h.b...@gmail.com on 3 Jul 2008 at 11:51

GoogleCodeExporter commented 9 years ago
this type of geometry checking is hard. we have to trust the user checks their 
own
geometry somewhat.

Original comment by alex.h.b...@gmail.com on 16 Jul 2009 at 6:18