Skip to content

Commit

Permalink
Merge pull request #6 from A-K-O-R-A/patch-1
Browse files Browse the repository at this point in the history
Correct readme with `isInside`
  • Loading branch information
lukas-h authored Dec 30, 2024
2 parents fa7d74d + 87811ac commit d6f71c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Point in polygon library based on the paper "Optimal Reliable Point-in-Polygon T

- Works on polygons with holes
- Works with degenerate/self-intersecting polyons
- Returns `PointInPolygonResult.isOnEdge` if on the edge, `PointInPolygonResult.isOutside` if inside and `PointInPolygonResult.isOutside` if outside
- Returns `PointInPolygonResult.isOnEdge` if on the edge, `PointInPolygonResult.isInside` if inside and `PointInPolygonResult.isOutside` if outside
- Not effected by floating point errors

### Usage
Expand Down

0 comments on commit d6f71c7

Please sign in to comment.