MCPcopy Create free account
hub / github.com/alignoth/alignoth / ZD

Function ZD

resources/vega.min.js:22521–22526  ·  view source on GitHub ↗
(t, e)

Source from the content-addressed store, hash-verified

22519 throw new Error();
22520 }
22521 function ZD(t, e) {
22522 var n = t.r - e.r,
22523 r = e.x - t.x,
22524 i = e.y - t.y;
22525 return n < 0 || n * n < r * r + i * i;
22526 }
22527 function QD(t, e) {
22528 var n = t.r - e.r + 1e-9 * Math.max(t.r, e.r, 1),
22529 r = e.x - t.x,

Callers 1

JDFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected