pointInPolygon
Public function
Get whether a point is inside of a polygon.
const result = pointInPolygon(myPoint, myPoints)
Signature
function pointInPolygon(A: VecLike, points: VecLike[]): boolean
Parameters
Name | Description |
---|---|
|
|
|
|
Returns
boolean
References
Source