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

Method transformAsVector

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

Source from the content-addressed store, hash-verified

70277 return this.check();
70278 }
70279 transformAsVector(matrix4) {
70280 (0, _glMatrixExtras.vec3_transformMat4AsVector)(this, this, matrix4);
70281 return this.check();
70282 }
70283 transformByMatrix3(matrix3) {
70284 _vec3.transformMat3(this, this, matrix3);
70285 return this.check();

Callers

nothing calls this directly

Calls 1

checkMethod · 0.45

Tested by

no test coverage detected