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

Method transformByMatrix2

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

Source from the content-addressed store, hash-verified

69124 return this.check();
69125 }
69126 transformByMatrix2(matrix2) {
69127 _vec2.transformMat2(this, this, matrix2);
69128 return this.check();
69129 }
69130}
69131exports.default = Vector2;
69132

Callers

nothing calls this directly

Calls 1

checkMethod · 0.45

Tested by

no test coverage detected