line-intersect
line-intersect copied to clipboard
Line vs line, point vs line in 2D space
if the lines intersect at one of the end points then there's no result. it's really a choice to include or exclude endpoints but the comments really don't say.
Removes [hawk](https://github.com/mozilla/hawk). It's no longer used after updating ancestor dependency [fsevents](https://github.com/fsevents/fsevents). These dependencies need to be updated together. Removes `hawk` Updates `fsevents` from 1.1.3 to 2.3.2 Release notes Sourced from...
Bumps [debug](https://github.com/debug-js/debug) from 2.6.8 to 3.1.0. Release notes Sourced from debug's releases. 3.1.0 Minor Changes Ignore package-lock.json: e7e568a24736486721882282eb21beb31c741647 Remove component.json: 47747f329fe159e94262318b52b87a48f6c0acd4 Remove "component" from package.json: bdb7e0137f84dc8bcfc95daede7c694799d38dbf Add DEBUG_HIDE_DATE env var:...
I used checkIntersection API and got the result with type="intersecting". I expected that return object include point data but didnt as shown below image. May I know why how I...