Used for concave collision detection, not good for collision detection (does not check for edges intersecting) use checkSquareCollision()
The polygon to check
List of point to check against the polygon
True if any of the points lie inside the polygon
Generated using TypeDoc
Used for concave collision detection, not good for collision detection (does not check for edges intersecting) use checkSquareCollision()