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

Function orthographic

external/.d3.js:12880–12884  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12878orthographicRaw.invert = azimuthalInvert(asin$1);
12879
12880function orthographic() {
12881 return projection(orthographicRaw)
12882 .scale(249.5)
12883 .clipAngle(90 + epsilon$1);
12884}
12885
12886function stereographicRaw(x, y) {
12887 var cy = cos$1(y), k = 1 + cos$1(x) * cy;

Callers

nothing calls this directly

Calls 2

projectionFunction · 0.85
scaleMethod · 0.45

Tested by

no test coverage detected