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

Method transpose

docs/app/js/sanddance-app.js:72247–72250  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72245 return result;
72246 }
72247 transpose() {
72248 _mat4.transpose(this, this);
72249 return this.check();
72250 }
72251 invert() {
72252 _mat4.invert(this, this);
72253 return this.check();

Callers

nothing calls this directly

Calls 2

transposeMethod · 0.45
checkMethod · 0.45

Tested by

no test coverage detected