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

Method transformByMatrix3

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

Source from the content-addressed store, hash-verified

69116 return this.check();
69117 }
69118 transformByMatrix3(matrix3) {
69119 _vec2.transformMat3(this, this, matrix3);
69120 return this.check();
69121 }
69122 transformByMatrix2x3(matrix2x3) {
69123 _vec2.transformMat2d(this, this, matrix2x3);
69124 return this.check();

Callers

nothing calls this directly

Calls 1

checkMethod · 0.45

Tested by

no test coverage detected