Checks if a point is inside a polygon.
The point to check.
An array of points representing the polygon.
true if the point is inside the polygon, otherwise false.
true
false
Checks if a point is inside a polygon.