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