point-inside-polygon
v1.0.3
Published
Check if point is inside polygon
Downloads
3,553
Maintainers
Readme
point-inside-polygon
Check if point is inside polygon
Install
Usage
assert(inside([1,1], [[0,0], [2,0], [2,2], [0,0]])===true);
Tests
mocha
Source
http://www.ecse.rpi.edu/Homepages/wrf/Research/Short_Notes/pnpoly.html