Module mapping_algorithms::point_in_polygon
source · Expand description
Implementations of a Point-In-Polygon algorithm for both the singular and plural cases.
Modules§
- A double-precision implementation of a point-in-polygon algorithm.
- A single-precision implementation of a point-in-polygon algorithm.
Functions§
- This function will run the
is_single_point_in_polygon
for each on of the points given, and the provided polygon, But pre-calculates the polygon extents to reduce workloads for larger datasets, please profile this for you specific use-case. - Check if the provided point is within the provided polygon.