(x, y, z)
| 132305 | centroidPointCartesian(cosPhi * (0, _mathJs.cos)(lambda), cosPhi * (0, _mathJs.sin)(lambda), (0, _mathJs.sin)(phi)); |
| 132306 | } |
| 132307 | function centroidPointCartesian(x, y, z) { |
| 132308 | ++W0; |
| 132309 | X0 += (x - X0) / W0; |
| 132310 | Y0 += (y - Y0) / W0; |
| 132311 | Z0 += (z - Z0) / W0; |
| 132312 | } |
| 132313 | function centroidLineStart() { |
| 132314 | centroidStream.point = centroidLinePointFirst; |
| 132315 | } |
no outgoing calls
no test coverage detected