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

Function cartesianAddInPlace

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

Source from the content-addressed store, hash-verified

132260 ];
132261}
132262function cartesianAddInPlace(a, b) {
132263 a[0] += b[0], a[1] += b[1], a[2] += b[2];
132264}
132265function cartesianScale(vector, k) {
132266 return [
132267 vector[0] * k,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected