lines-intersect
Check if segments intersect
Install
Usage
assert(intersect(0,0, 1,1, 0,1, 1,0)===true);
Tests
mocha
Source
http://ptspts.blogspot.no/2010/06/how-to-determine-if-two-line-segments.html
Check if segments intersect
assert(intersect(0,0, 1,1, 0,1, 1,0)===true);
mocha
http://ptspts.blogspot.no/2010/06/how-to-determine-if-two-line-segments.html
npm i lines-intersect
1,495
1.0.1
ISC