(project)
| 12109 | } |
| 12110 | |
| 12111 | function 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 | |
| 12120 | function resample$1(project, delta2) { |
| 12121 |
no test coverage detected