Wednesday, December 21, 2011

Point inside a polygon?

I have N amount of points (X, Y on a graph) , i know where the points are. These points make up a polygon. I'm trying to find how to detect if another point is inside this polygon. Is this even possible? I can use conditional things like if x + y...

0 comments:

Post a Comment