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

Function invert

external/.d3.js:12275–12278  ·  view source on GitHub ↗
(point)

Source from the content-addressed store, hash-verified

12273 }
12274
12275 function invert(point) {
12276 point = projectRotateTransform.invert(point[0], point[1]);
12277 return point && [point[0] * degrees, point[1] * degrees];
12278 }
12279
12280 projection.stream = function(stream) {
12281 return cache && cacheStream === stream ? cache : cache = transformRadians(transformRotate(rotate)(preclip(projectResample(postclip(cacheStream = stream)))));

Callers 1

calendarFunction · 0.85

Calls 1

invertMethod · 0.80

Tested by

no test coverage detected