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

Function iC

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

Source from the content-addressed store, hash-verified

22619 : ((n.x = e.x + n.r), (n.y = e.y));
22620 }
22621 function iC(t, e) {
22622 var n = t.r + e.r - 1e-6,
22623 r = e.x - t.x,
22624 i = e.y - t.y;
22625 return n > 0 && n * n > r * r + i * i;
22626 }
22627 function oC(t) {
22628 var e = t._,
22629 n = t.next._,

Callers 1

sCFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected