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

Function QD

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

Source from the content-addressed store, hash-verified

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,
22530 i = e.y - t.y;
22531 return n > 0 && n * n > r * r + i * i;
22532 }
22533 function KD(t, e) {
22534 for (var n = 0; n < e.length; ++n) if (!QD(t, e[n])) return !1;
22535 return !0;

Callers 2

KDFunction · 0.85
sCFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected