(x, y)
| 133695 | x00 = x0 = x, y00 = y0 = y; |
| 133696 | } |
| 133697 | function lengthPoint(x, y) { |
| 133698 | x0 -= x, y0 -= y; |
| 133699 | lengthSum.add((0, _mathJs.sqrt)(x0 * x0 + y0 * y0)); |
| 133700 | x0 = x, y0 = y; |
| 133701 | } |
| 133702 | exports.default = lengthStream; |
| 133703 | |
| 133704 | },{"d3-array":"8JMcC","../math.js":"cDOGy","../noop.js":"jtH2K","@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"cNb3J":[function(require,module,exports) { |