(point)
| 133907 | function projectionMutator(projectAt) { |
| 133908 | var project, k = 150, x = 480, y = 250, lambda = 0, phi = 0, deltaLambda = 0, deltaPhi = 0, deltaGamma = 0, rotate, alpha = 0, sx = 1, sy = 1, theta = null, preclip = (0, _antimeridianJsDefault.default), x0 = null, y0, x1, y1, postclip = (0, _identityJsDefault.default), delta2 = 0.5, projectResample, projectTransform, projectRotateTransform, cache, cacheStream; |
| 133909 | function projection1(point) { |
| 133910 | return projectRotateTransform(point[0] * (0, _mathJs.radians), point[1] * (0, _mathJs.radians)); |
| 133911 | } |
| 133912 | function invert(point) { |
| 133913 | point = projectRotateTransform.invert(point[0], point[1]); |
| 133914 | return point && [ |