lines-intersect
v1.0.1
Published
Check if line segments intersect
Downloads
4,700
Maintainers
Readme
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