/
var
/
www
/
qr4y.gr
/
server
/
delivery
/
node_modules
/
point-in-polygon
/
example
/
/var/www/qr4y.gr/server/delivery/node_modules/point-in-polygon/example
mkdir
upload
Name
Size
Mode
Actions
inside.js
277
0644
edit
dl
rm
Edit:
/var/www/qr4y.gr/server/delivery/node_modules/point-in-polygon/example/inside.js
(277B)
var pointInPolygon = require('../'); var polygon = [ [ 1, 1 ], [ 1, 2 ], [ 2, 2 ], [ 2, 1 ] ]; console.log(pointInPolygon([ 1.5, 1.5 ], polygon)); // true console.log(pointInPolygon([ 4.9, 1.2 ], polygon)); // false console.log(pointInPolygon([ 1.8, 1.1 ], polygon)); // true
Save
cmd:
run