MCPcopy
hub / github.com/microsoft/SandDance / subVectors

Method subVectors

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

Source from the content-addressed store, hash-verified

69216 return this.copy(a).add(b);
69217 }
69218 subVectors(a, b) {
69219 return this.copy(a).subtract(b);
69220 }
69221 multiplyVectors(a, b) {
69222 return this.copy(a).multiply(b);
69223 }

Callers

nothing calls this directly

Calls 2

subtractMethod · 0.45
copyMethod · 0.45

Tested by

no test coverage detected