(x, y)
| 133691 | } |
| 133692 | }; |
| 133693 | function lengthPointFirst(x, y) { |
| 133694 | lengthStream.point = lengthPoint; |
| 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)); |
nothing calls this directly
no outgoing calls
no test coverage detected