alexbol99 / flatten-js

Javascript library for 2d geometry
MIT License
535 stars 56 forks source link

polygon.intersect() function not working in new version (v1.5.0) #166

Closed metehan-coone closed 3 months ago

metehan-coone commented 4 months ago

I have a polygon segmentation function that I wrote using the intersect function and a few other methods. In version 1.4.7 it was working but in version 1.5.0 I started getting this error

I think In v1.5.0 polygon cutting is fixed #159 , but the intersect function does not work correctly in the new version @alexbol99

image

alexbol99 commented 4 months ago

I fixed intersectPolygon2Polygon function, indeed there was a bug since v1.4.8 @metehan-coone