MCPcopy Index your code
hub / github.com/microsoft/SandDance / transformAsPoint

Method transformAsPoint

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

Source from the content-addressed store, hash-verified

69108 return this.transformAsPoint(matrix4);
69109 }
69110 transformAsPoint(matrix4) {
69111 _vec2.transformMat4(this, this, matrix4);
69112 return this.check();
69113 }
69114 transformAsVector(matrix4) {
69115 (0, _glMatrixExtras.vec2_transformMat4AsVector)(this, this, matrix4);
69116 return this.check();

Callers 1

transformMethod · 0.95

Calls 1

checkMethod · 0.45

Tested by

no test coverage detected