()
| 10133 | } |
| 10134 | |
| 10135 | function boundsRingEnd() { |
| 10136 | boundsRingPoint(lambda00$1, phi00$1); |
| 10137 | areaStream$1.lineEnd(); |
| 10138 | if (abs$1(deltaSum) > epsilon$1) lambda0$1 = -(lambda1 = 180); |
| 10139 | range[0] = lambda0$1, range[1] = lambda1; |
| 10140 | p0 = null; |
| 10141 | } |
| 10142 | |
| 10143 | // Finds the left-right distance between two longitudes. |
| 10144 | // This is almost the same as (lambda1 - lambda0 + 360°) % 360°, except that we want |
nothing calls this directly
no test coverage detected