MCPcopy Create free account
hub / github.com/breck7/scroll / index

Function index

external/.d3.js:6535–6537  ·  view source on GitHub ↗
(point)

Source from the content-addressed store, hash-verified

6533 }
6534
6535 function index(point) {
6536 return point[0] * 2 + point[1] * (dx + 1) * 4;
6537 }
6538
6539 function smoothLinear(ring, values, value) {
6540 ring.forEach(function(point) {

Callers 1

stitchFunction · 0.85

Calls 2

requiredFunction · 0.85
constant$2Function · 0.85

Tested by

no test coverage detected