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

Method transformVector2

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

Source from the content-addressed store, hash-verified

71218 return this.transform(vector, result);
71219 }
71220 transformVector2(vector, result) {
71221 return this.transform(vector, result);
71222 }
71223 transformVector3(vector, result) {
71224 return this.transform(vector, result);
71225 }

Callers

nothing calls this directly

Calls 1

transformMethod · 0.95

Tested by

no test coverage detected