(d)
| 112843 | |
| 112844 | |
| 112845 | function cartesianNormalizeInPlace(d) { |
| 112846 | var l = (0, _math.sqrt)(d[0] * d[0] + d[1] * d[1] + d[2] * d[2]); |
| 112847 | d[0] /= l, d[1] /= l, d[2] /= l; |
| 112848 | } |
| 112849 | },{"./math.js":"JQgf"}],"rw3L":[function(require,module,exports) { |
| 112850 | "use strict"; |
| 112851 |
nothing calls this directly
no outgoing calls
no test coverage detected