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

Method transformAsPoint

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

Source from the content-addressed store, hash-verified

70273 return this.transformAsPoint(matrix4);
70274 }
70275 transformAsPoint(matrix4) {
70276 _vec3.transformMat4(this, this, matrix4);
70277 return this.check();
70278 }
70279 transformAsVector(matrix4) {
70280 (0, _glMatrixExtras.vec3_transformMat4AsVector)(this, this, matrix4);
70281 return this.check();

Callers 1

transformMethod · 0.95

Calls 1

checkMethod · 0.45

Tested by

no test coverage detected