weasel API - v0.8.0
Preparing search index...
pathContainsPolygon
Function pathContainsPolygon
pathContainsPolygon
(
path
:
Path
,
polygon
:
readonly
Vec2
[]
)
:
boolean
Returns true if every vertex of
polygon
lies inside
path
.
Parameters
path
:
Path
polygon
:
readonly
Vec2
[]
Returns
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
weasel API - v0.8.0
Loading...
Returns true if every vertex of
polygonlies insidepath.