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

Function zSwap

docs/app/js/sanddance-app.js:8646–8651  ·  view source on GitHub ↗
(v3)

Source from the content-addressed store, hash-verified

8644parcelHelpers.export(exports, "zSwap", ()=>zSwap);
8645var _defaults = require("./defaults");
8646function zSwap(v3) {
8647 let temp = -v3[1]; //negeative y to positive z
8648 if (v3[0] === (0, _defaults.lineZ)) v3[0] = 0;
8649 v3[1] = v3[2];
8650 v3[2] = temp;
8651}
8652
8653},{"./defaults":"lNLF5","@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"lSjme":[function(require,module,exports) {
8654var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected