Endri Gjiri
Endri Gjiri
Thanks for taking the tile to look into this issue. I updated to v1.1.2 and make changes to my code to truncate my points to 9 decimal places and the...
Woups, looks like in the last example is have truncated the data to 8 decimal places instead of 9. In any case the problem is the same, weather 8 or...
It still doesn't work. It looks like if the last digit on one point is different it doesn't work, at least for this dataset. Here is the data ```js var...
Sorry, that does seem to work. I was messing with a few things and might have made a mistake somewhere.
Thank @voidqk i think I'm gonna delve into `lib/epsilon.js` now myself.
I made a bunch of changes to `lib/epsilon.js` and seem to have made it more resilient, at least to my data. Most of my usecases are now working although there...
Thanks for the tip @voidqk, I made some changes to my intersectionAlong function to also take into account Y. That example in the demo now works well. I still a...
I made one more fix on my fork and now most of the issues are fixed except for a couple of extra points and undesired lines that still need to...
I changed my code to account for the divide by zero and also tried to revert the code on that function to what it was originally but I'm still seeing...