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

Method transform

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

Source from the content-addressed store, hash-verified

69105 return Math.atan2(this.x, this.y);
69106 }
69107 transform(matrix4) {
69108 return this.transformAsPoint(matrix4);
69109 }
69110 transformAsPoint(matrix4) {
69111 _vec2.transformMat4(this, this, matrix4);
69112 return this.check();

Callers 7

applyMatrix4Method · 0.45
sanddance-app.jsFile · 0.45
_loopFunction · 0.45
createShadowUniformsFunction · 0.45
evaluateFunction · 0.45
parseOperatorFunction · 0.45

Calls 1

transformAsPointMethod · 0.95

Tested by

no test coverage detected