Eulergraph
Preparing search index...
handlers/findClosestPoint
findClosestPoint
Function findClosestPoint
findClosestPoint
(
point
:
Point
,
eulerEngine
:
EulerGraph
,
snap
:
number
,
additionalPoints
?:
Point
[]
,
exclude
?:
GraphicElement
|
null
,
)
:
{
closestPoint
:
null
;
dist
:
number
;
shape
:
null
}
Поиск ближайшей точки с учетом размера привязки
Parameters
point
:
Point
eulerEngine
:
EulerGraph
snap
:
number
additionalPoints
:
Point
[]
= []
exclude
:
GraphicElement
|
null
= null
Returns
{
closestPoint
:
null
;
dist
:
number
;
shape
:
null
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Eulergraph
Loading...
Поиск ближайшей точки с учетом размера привязки