Point in Polygon
BlitzMax Forums/BlitzMax Programming/Point in Polygon
| ||
Hey, is there a function or something to tell if a given point is within the bounds of a closed polygon? |
| ||
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. |
| ||
Excellent! Thanks for the info, I'll get right into using this wonderful code! |