You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line Intersection is much simpler than clipping (#4), at least if we don't care for the difficult cases. It would be useful, for example, in quadtree.findInPolygon (d3/d3-quadtree#30 & https://observablehq.com/d/54a6e96b6630b0d9). [EDIT] findInPolygon is not staying.
The text was updated successfully, but these errors were encountered:
Fil
changed the title
segmentIntersect, lineIntersect ?
segmentIntersect, polygonIntersect?
Jun 26, 2020
Line Intersection is much simpler than clipping (#4), at least if we don't care for the difficult cases.
It would be useful, for example, in quadtree.findInPolygon (d3/d3-quadtree#30 & https://observablehq.com/d/54a6e96b6630b0d9). [EDIT] findInPolygon is not staying.The text was updated successfully, but these errors were encountered: