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

Function Bx

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

Source from the content-addressed store, hash-verified

15805 Tx = (t, e, n) =>
15806 n > Math.max(e.x1 - t.x2, t.x1 - e.x2, e.y1 - t.y2, t.y1 - e.y2),
15807 Bx = (t, e) => {
15808 for (var n, r = 1, i = t.length, o = t[0].bounds; r < i; o = n, ++r)
15809 if (Tx(o, (n = t[r].bounds), e)) return !0;
15810 },
15811 zx = (t) => {
15812 const e = t.bounds;
15813 return e.width() > 1 && e.height() > 1;

Callers 1

transformFunction · 0.85

Calls 1

TxFunction · 0.85

Tested by

no test coverage detected