Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

point-in-polygon-hao

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

point-in-polygon-hao - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

9

package.json
{
"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`
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc