Preparing search index...
The search index is not available
RealDWG-Web
RealDWG-Web
@mlightcad/geometry-engine
AcGeGeometryUtil
Variable AcGeGeometryUtil
Const
AcGeGeometryUtil
:
{
isPointInPolygon
:
(
point
:
AcGeVector2dLike
,
polygon
:
AcGeVector2dLike
[]
,
includeOnSide
?:
boolean
,
)
=>
boolean
;
isPolygonIntersect
:
(
polygon1
:
AcGeVector2dLike
[]
,
polygon2
:
AcGeVector2dLike
[]
,
)
=>
boolean
;
}
= ...
Type declaration
isPointInPolygon
:
(
point
:
AcGeVector2dLike
,
polygon
:
AcGeVector2dLike
[]
,
includeOnSide
?:
boolean
,
)
=>
boolean
isPolygonIntersect
:
(
polygon1
:
AcGeVector2dLike
[]
,
polygon2
:
AcGeVector2dLike
[]
)
=>
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
RealDWG-Web
Loading...