(point)
| 2926 | } |
| 2927 | }; |
| 2928 | function inside(point) { |
| 2929 | var a = corner(point, -1), i = insidePolygon([ a === 0 || a === 3 ? x0 : x1, a > 1 ? y1 : y0 ]); |
| 2930 | return i; |
| 2931 | } |
| 2932 | function insidePolygon(p) { |
| 2933 | var wn = 0, n = polygon.length, y = p[1]; |
| 2934 | for (var i = 0; i < n; ++i) { |
no test coverage detected