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

Method transformByMatrix2x3

docs/app/js/sanddance-app.js:69122–69125  ·  view source on GitHub ↗
(matrix2x3)

Source from the content-addressed store, hash-verified

69120 return this.check();
69121 }
69122 transformByMatrix2x3(matrix2x3) {
69123 _vec2.transformMat2d(this, this, matrix2x3);
69124 return this.check();
69125 }
69126 transformByMatrix2(matrix2) {
69127 _vec2.transformMat2(this, this, matrix2);
69128 return this.check();

Callers

nothing calls this directly

Calls 1

checkMethod · 0.45

Tested by

no test coverage detected