From 87811acae6fda88a9b01a995995a7888d6ab0a10 Mon Sep 17 00:00:00 2001 From: AKORA <65976562+A-K-O-R-A@users.noreply.github.com> Date: Fri, 27 Dec 2024 13:01:10 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c3f831..f6327ae 100644 --- a/README.md +++ b/README.md @@ -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