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

Function aM

resources/vega.min.js:18983–18995  ·  view source on GitHub ↗
(t, e, n)

Source from the content-addressed store, hash-verified

18981 return iM(t, [[0, 0], e], n);
18982 }
18983 function aM(t, e, n) {
18984 return rM(
18985 t,
18986 function (n) {
18987 var r = +e,
18988 i = r / (n[1][0] - n[0][0]),
18989 o = (r - i * (n[1][0] + n[0][0])) / 2,
18990 a = -i * n[0][1];
18991 t.scale(150 * i).translate([o, a]);
18992 },
18993 n,
18994 );
18995 }
18996 function sM(t, e, n) {
18997 return rM(
18998 t,

Callers 2

pMFunction · 0.85
vega.min.jsFile · 0.85

Calls 1

rMFunction · 0.85

Tested by

no test coverage detected