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

Function stereographic

external/.d3.js:12895–12899  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12893});
12894
12895function stereographic() {
12896 return projection(stereographicRaw)
12897 .scale(250)
12898 .clipAngle(142);
12899}
12900
12901function transverseMercatorRaw(lambda, phi) {
12902 return [log$1(tan((halfPi$1 + phi) / 2)), -lambda];

Callers

nothing calls this directly

Calls 2

projectionFunction · 0.85
scaleMethod · 0.45

Tested by

no test coverage detected