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

Method transformVector

docs/app/js/sanddance-app.js:71217–71219  ·  view source on GitHub ↗
(vector, result)

Source from the content-addressed store, hash-verified

71215 return out;
71216 }
71217 transformVector(vector, result) {
71218 return this.transform(vector, result);
71219 }
71220 transformVector2(vector, result) {
71221 return this.transform(vector, result);
71222 }

Callers 1

sanddance-app.jsFile · 0.45

Calls 1

transformMethod · 0.95

Tested by

no test coverage detected