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

Method transform

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

Source from the content-addressed store, hash-verified

71023 this[3] = (0, _validators.checkNumber)(value);
71024 }
71025 transform(matrix4) {
71026 _vec3.transformMat4(this, this, matrix4);
71027 return this.check();
71028 }
71029 transformByMatrix3(matrix3) {
71030 (0, _glMatrixExtras.vec4_transformMat3)(this, this, matrix3);
71031 return this.check();

Callers

nothing calls this directly

Calls 1

checkMethod · 0.45

Tested by

no test coverage detected