Eulergraph
Preparing search index...
services/SnapService/helpers/findCloseMagnetToPoint
findCloseMagnetToPoint
Function findCloseMagnetToPoint
findCloseMagnetToPoint
(
closeShapes
:
GraphicElement
[]
,
point
:
Point
,
radius
:
number
,
exclude
:
GraphicElement
,
)
:
{
cell
:
GraphicElement
|
null
;
dist
:
number
;
magnetFrom
:
Point
|
null
;
magnetTarget
:
Point
|
null
;
}
Parameters
closeShapes
:
GraphicElement
[]
point
:
Point
radius
:
number
exclude
:
GraphicElement
Returns
{
cell
:
GraphicElement
|
null
;
dist
:
number
;
magnetFrom
:
Point
|
null
;
magnetTarget
:
Point
|
null
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Eulergraph
Loading...