Expand description
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.