Point in Polygon

BlitzMax Forums/BlitzMax Programming/Point in Polygon

racingspider(Posted 2007) [#1]
Hey, is there a function or something to tell if a given point is within the bounds of a closed polygon?


Oddball(Posted 2007) [#2]
I wrote some functions to help with this kind of thing.

Concave/convex polygon collisions and other useful functions.

There are probably a few more in the code archive too.


racingspider(Posted 2007) [#3]
Excellent! Thanks for the info, I'll get right into using this wonderful code!