(rotate)
| 12207 | }); |
| 12208 | |
| 12209 | function transformRotate(rotate) { |
| 12210 | return transformer$3({ |
| 12211 | point: function(x, y) { |
| 12212 | var r = rotate(x, y); |
| 12213 | return this.stream.point(r[0], r[1]); |
| 12214 | } |
| 12215 | }); |
| 12216 | } |
| 12217 | |
| 12218 | function scaleTranslate(k, dx, dy, sx, sy) { |
| 12219 | function transform(x, y) { |
no test coverage detected