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

Function transformRotate

external/.d3.js:12209–12216  ·  view source on GitHub ↗
(rotate)

Source from the content-addressed store, hash-verified

12207});
12208
12209function 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
12218function scaleTranslate(k, dx, dy, sx, sy) {
12219 function transform(x, y) {

Callers 1

projectionMutatorFunction · 0.85

Calls 3

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

Tested by

no test coverage detected