Point in polygon

Determining where a point is in relation to a coplanar polygon

Point in polygon

Summary

In computational geometry, the point-in-polygon (PIP) problem asks whether a given point in the plane lies inside, outside, or on the boundary of a polygon. It is a special case of point location problems and finds applications in areas that deal with processing geometrical data, such as computer graphics, computer vision, geographic information systems (GIS), motion planning, and computer-aided design (CAD).

Modified

4/16/2026, 12:50:40 AM

Source: WikipediaView full article