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

Method transform

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

Source from the content-addressed store, hash-verified

70270 return this.check();
70271 }
70272 transform(matrix4) {
70273 return this.transformAsPoint(matrix4);
70274 }
70275 transformAsPoint(matrix4) {
70276 _vec3.transformMat4(this, this, matrix4);
70277 return this.check();

Callers

nothing calls this directly

Calls 1

transformAsPointMethod · 0.95

Tested by

no test coverage detected