(rotate)
| 133855 | } |
| 133856 | }); |
| 133857 | function transformRotate(rotate) { |
| 133858 | return (0, _transformJs.transformer)({ |
| 133859 | point: function(x, y) { |
| 133860 | var r = rotate(x, y); |
| 133861 | return this.stream.point(r[0], r[1]); |
| 133862 | } |
| 133863 | }); |
| 133864 | } |
| 133865 | function scaleTranslate(k, dx, dy, sx, sy) { |
| 133866 | function transform(x, y) { |
| 133867 | x *= sx; |
no test coverage detected