MCPcopy Create free account
hub / github.com/microsoft/SandDance / addScaledVector

Method addScaledVector

docs/app/js/sanddance-app.js:69224–69226  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

69222 return this.copy(a).multiply(b);
69223 }
69224 addScaledVector(a, b) {
69225 return this.add(new this.constructor(a).multiplyScalar(b));
69226 }
69227}
69228exports.default = Vector;
69229

Callers

nothing calls this directly

Calls 2

addMethod · 0.45
multiplyScalarMethod · 0.45

Tested by

no test coverage detected