I\'m trying to create a fast 2D point inside polygon algorithm, for use in hit-testing (e.g. Polygon.contains(p:Point)). Suggestions for effective tech
Polygon.contains(p:Point)
For Detecting hit on Polygon we need to test two things: