()
| 132340 | centroidStream.point = centroidRingPointFirst; |
| 132341 | } |
| 132342 | function centroidRingEnd() { |
| 132343 | centroidRingPoint(lambda00, phi00); |
| 132344 | centroidStream.point = centroidPoint; |
| 132345 | } |
| 132346 | function centroidRingPointFirst(lambda, phi) { |
| 132347 | lambda00 = lambda, phi00 = phi; |
| 132348 | lambda *= (0, _mathJs.radians), phi *= (0, _mathJs.radians); |
nothing calls this directly
no test coverage detected