pointInPolygon
See source codeGet whether a point is inside of a polygon.
const result = pointInPolygon(myPoint, myPoints)Parameters
Returns
booleanPrev
perimeterOfEllipseNext
polygonIntersectsPolylineGet whether a point is inside of a polygon.
const result = pointInPolygon(myPoint, myPoints)boolean