@motion-script/core / pointInPolygon
Function: pointInPolygon()
pointInPolygon(
p,verts):boolean
Defined in: render/clip-contains.ts:301
Even-odd crossing test against a closed polygon. No tolerance band.
Parameters
p
verts
readonly Vector2[]
Returns
boolean