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

Function resampleNone

external/.d3.js:12111–12118  ·  view source on GitHub ↗
(project)

Source from the content-addressed store, hash-verified

12109}
12110
12111function resampleNone(project) {
12112 return transformer$3({
12113 point: function(x, y) {
12114 x = project(x, y);
12115 this.stream.point(x[0], x[1]);
12116 }
12117 });
12118}
12119
12120function resample$1(project, delta2) {
12121

Callers 1

resampleFunction · 0.85

Calls 3

transformer$3Function · 0.85
projectFunction · 0.85
pointMethod · 0.45

Tested by

no test coverage detected