c# Programming Glossary: poly
C# Point in polygon http://stackoverflow.com/questions/4243042/c-sharp-point-in-polygon Point in polygon I'm trying to determine if a point is inside a polygon... in polygon I'm trying to determine if a point is inside a polygon. the Polygon is defined by an array of Point objects. I can.. figure out if the point is inside the bounded box of the polygon but I'm not sure how to tell if it's inside the actual polygon..
|