(rotate)
| 116485 | }); |
| 116486 | |
| 116487 | function transformRotate(rotate) { |
| 116488 | return (0, _transform.transformer)({ |
| 116489 | point: function (x, y) { |
| 116490 | var r = rotate(x, y); |
| 116491 | return this.stream.point(r[0], r[1]); |
| 116492 | } |
| 116493 | }); |
| 116494 | } |
| 116495 | |
| 116496 | function scaleTranslate(k, dx, dy) { |
| 116497 | function transform(x, y) { |
no test coverage detected