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

Function oC

resources/vega.min.js:22627–22634  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

22625 return n > 0 && n * n > r * r + i * i;
22626 }
22627 function oC(t) {
22628 var e = t._,
22629 n = t.next._,
22630 r = e.r + n.r,
22631 i = (e.x * n.r + n.x * e.r) / r,
22632 o = (e.y * n.r + n.y * e.r) / r;
22633 return i * i + o * o;
22634 }
22635 function aC(t) {
22636 ((this._ = t), (this.next = null), (this.previous = null));
22637 }

Callers 1

sCFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected