See if point is in convex polygon



Status for q: unset

The algorithm used to compute the convex hull is the Graham scan. The code included in this page is released into the public domain.