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

Function gnomonic

external/.d3.js:12762–12766  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12760gnomonicRaw.invert = azimuthalInvert(atan);
12761
12762function gnomonic() {
12763 return projection(gnomonicRaw)
12764 .scale(144.049)
12765 .clipAngle(60);
12766}
12767
12768function identity$4() {
12769 var k = 1, tx = 0, ty = 0, sx = 1, sy = 1, // scale, translate and reflect

Callers

nothing calls this directly

Calls 2

projectionFunction · 0.85
scaleMethod · 0.45

Tested by

no test coverage detected