pointInPolygon
Public Function
Get whether a point is inside of a polygon.
const result = pointInPolygon(myPoint, myPoints)
Parameters
| Name | Description |
|---|---|
| |
| |
Returns
boolean
Public Function
Get whether a point is inside of a polygon.
const result = pointInPolygon(myPoint, myPoints)
| Name | Description |
|---|---|
| |
| |
boolean