Tests whether the point (x, y) is inside the polygon poly using the ray-casting algorithm.
true if the point is strictly inside the polygon.
true
Polygon vertices (projected 2D points).
X coordinate to test.
Y coordinate to test.