Home
last modified time | relevance | path

Searched defs:distSq (Results 1 – 5 of 5) sorted by relevance

/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js6606 var temp = {distSq: dx * dx + dy * dy, x: pt.x, y: pt.y}; property in mxGraphView.updateLineJumps.temp
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js65 …].x,a[e+1].y,b.x,b.y,c.x,c.y);if(null!=f){var g=c.x-f.x,k=c.y-f.y,f={p:f,distSq:k*k+g*g};null!=f&&… property in f
/plugin/diagramsnet/lib/js/
H A Dviewer.min.js269 …].x,a[e+1].y,b.x,b.y,c.x,c.y);if(null!=f){var g=c.x-f.x,k=c.y-f.y,f={p:f,distSq:k*k+g*g};null!=f&&… property in f
2502 …)>g)&&(Math.abs(t.x-C.x)>g||Math.abs(t.y-C.y)>g)){C=t.x-q.x;L=t.y-q.y;t={distSq:C*C+L*L,x:t.x,y:t.… property in mxGraphView.updateLineJumps.t
H A Dapp.min.js303 …].x,a[e+1].y,b.x,b.y,c.x,c.y);if(null!=f){var g=c.x-f.x,k=c.y-f.y,f={p:f,distSq:k*k+g*g};null!=f&&… property in f
2751 …)>f)&&(Math.abs(m.x-y.x)>f||Math.abs(m.y-y.y)>f)){y=m.x-h.x;I=m.y-h.y;m={distSq:y*y+I*I,x:m.x,y:m.… property in mxGraphView.updateLineJumps.m
H A Dviewer-static.min.js269 …].x,a[e+1].y,b.x,b.y,c.x,c.y);if(null!=f){var g=c.x-f.x,k=c.y-f.y,f={p:f,distSq:k*k+g*g};null!=f&&… property in f
2502 …)>g)&&(Math.abs(t.x-C.x)>g||Math.abs(t.y-C.y)>g)){C=t.x-q.x;L=t.y-q.y;t={distSq:C*C+L*L,x:t.x,y:t.… property in mxGraphView.updateLineJumps.t