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

Method transformVector3

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

Source from the content-addressed store, hash-verified

71221 return this.transform(vector, result);
71222 }
71223 transformVector3(vector, result) {
71224 return this.transform(vector, result);
71225 }
71226}
71227exports.default = Matrix3;
71228let ZERO_MATRIX3;

Callers

nothing calls this directly

Calls 1

transformMethod · 0.95

Tested by

no test coverage detected