MCPcopy Create free account
hub / github.com/idank/explainshell / d3_transformCombine

Function d3_transformCombine

explainshell/web/static/js/d3.v3.js:4671–4675  ·  view source on GitHub ↗
(a, b, k)

Source from the content-addressed store, hash-verified

4669 return k;
4670 }
4671 function d3_transformCombine(a, b, k) {
4672 a[0] += k * b[0];
4673 a[1] += k * b[1];
4674 return a;
4675 }
4676 var d3_transformIdentity = {
4677 a: 1,
4678 b: 0,

Callers 1

d3_transformFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected