linuxlewis / tripy

Simple polygon triangulation algorithms in pure python
MIT License
64 stars 10 forks source link

Issue with EPSILON #5

Open nofaceinbook opened 4 years ago

nofaceinbook commented 4 years ago

Nice and smart. However I have now the case that tripy is NOT creating trias because testing the area if vertices are inside fails because the area is bigger than EPSILON. Setting EPSILON to half it value seems to work... But not sure if this is really a valid solution. Or checking if vertices are inside by other methods....