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