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

Function transform

external/.d3.js:6679–6682  ·  view source on GitHub ↗
(geometry)

Source from the content-addressed store, hash-verified

6677 };
6678
6679 function transform(geometry) {
6680 geometry.coordinates.forEach(transformPolygon);
6681 return geometry;
6682 }
6683
6684 function transformPolygon(coordinates) {
6685 coordinates.forEach(transformRing);

Callers 11

axisFunction · 0.70
densityFunction · 0.70
contourFunction · 0.70
identity$4Function · 0.70
scaleFunction · 0.70
loggishFunction · 0.70
rescaleFunction · 0.70
symlogishFunction · 0.70
powishFunction · 0.70
transformer$1Function · 0.70
transformerFunction · 0.70

Calls 1

forEachMethod · 0.80

Tested by

no test coverage detected