Preparing search index...
The search index is not available
ducjs - v4.0.4
ducjs
isPointInPolygon
Function isPointInPolygon
Determines if a Point is inside a Polygon defined by an array of Points.
isPointInPolygon
(
points
:
GeometricPoint
[]
,
x
:
number
,
y
:
number
)
:
boolean
Parameters
points
:
GeometricPoint
[]
x
:
number
y
:
number
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ducjs - v4.0.4
Loading...
Determines if a Point is inside a Polygon defined by an array of Points.