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

Method transformAsVector

docs/app/js/sanddance-app.js:69114–69117  ·  view source on GitHub ↗
(matrix4)

Source from the content-addressed store, hash-verified

69112 return this.check();
69113 }
69114 transformAsVector(matrix4) {
69115 (0, _glMatrixExtras.vec2_transformMat4AsVector)(this, this, matrix4);
69116 return this.check();
69117 }
69118 transformByMatrix3(matrix3) {
69119 _vec2.transformMat3(this, this, matrix3);
69120 return this.check();

Callers

nothing calls this directly

Calls 1

checkMethod · 0.45

Tested by

no test coverage detected