point-in-polygon-hao
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "point-in-polygon-hao", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "A point in polygon based on the paper Optimal Reliable Point-in-Polygon Test and Differential Coding Boolean Operations on Polygons", | ||
@@ -37,4 +37,11 @@ "main": "dist/pointInPolygon.js", | ||
}, | ||
"keywords": [ | ||
"point-in-polygon", | ||
"pip", | ||
"point", | ||
"polygon", | ||
"inside" | ||
], | ||
"author": "Rowan Winsemius", | ||
"license": "MIT" | ||
} |
@@ -7,3 +7,5 @@ Based on the paper [Optimal Reliable Point-in-Polygon Test and | ||
- Reports 0 if on the edge | ||
- Not effected by floating point errors | ||
### Usage | ||
@@ -45,1 +47,5 @@ Install via `npm install point-in-polygon-hao` | ||
```` | ||
### Other notes | ||
* Works irrespective of winding order of polygon | ||
* Does not appear to be effected by flaoting point errors compared to `point-in-polygon` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8353
50