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

Method transformByMatrix3

docs/app/js/sanddance-app.js:71029–71032  ·  view source on GitHub ↗
(matrix3)

Source from the content-addressed store, hash-verified

71027 return this.check();
71028 }
71029 transformByMatrix3(matrix3) {
71030 (0, _glMatrixExtras.vec4_transformMat3)(this, this, matrix3);
71031 return this.check();
71032 }
71033 transformByMatrix2(matrix2) {
71034 (0, _glMatrixExtras.vec4_transformMat2)(this, this, matrix2);
71035 return this.check();

Callers

nothing calls this directly

Calls 1

checkMethod · 0.45

Tested by

no test coverage detected