Example

Is a Point on a Polygon?

geometric.pointOnPolygon(point, polygon) returns a boolean representing whether a point is located on one of the edges of a polygon. Below, the blue points are on the polygon while the red points are not.

Code