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

Method transformByMatrix2

docs/app/js/sanddance-app.js:71033–71036  ·  view source on GitHub ↗
(matrix2)

Source from the content-addressed store, hash-verified

71031 return this.check();
71032 }
71033 transformByMatrix2(matrix2) {
71034 (0, _glMatrixExtras.vec4_transformMat2)(this, this, matrix2);
71035 return this.check();
71036 }
71037 transformByQuaternion(quaternion) {
71038 _vec3.transformQuat(this, this, quaternion);
71039 return this.check();

Callers

nothing calls this directly

Calls 1

checkMethod · 0.45

Tested by

no test coverage detected