()
| 132311 | Z0 += (z - Z0) / W0; |
| 132312 | } |
| 132313 | function centroidLineStart() { |
| 132314 | centroidStream.point = centroidLinePointFirst; |
| 132315 | } |
| 132316 | function centroidLinePointFirst(lambda, phi) { |
| 132317 | lambda *= (0, _mathJs.radians), phi *= (0, _mathJs.radians); |
| 132318 | var cosPhi = (0, _mathJs.cos)(phi); |
nothing calls this directly
no outgoing calls
no test coverage detected