(a, b)
| 69222 | return this.copy(a).multiply(b); |
| 69223 | } |
| 69224 | addScaledVector(a, b) { |
| 69225 | return this.add(new this.constructor(a).multiplyScalar(b)); |
| 69226 | } |
| 69227 | } |
| 69228 | exports.default = Vector; |
| 69229 |
nothing calls this directly
no test coverage detected