Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/SandDance
/ applyMatrix4
Method
applyMatrix4
docs/app/js/sanddance-app.js:71041–71044 ·
view source on GitHub ↗
(m)
Source
from the content-addressed store, hash-verified
71039
return
this.check();
71040
}
71041
applyMatrix4(m) {
71042
m.transform(this, this);
71043
return
this;
71044
}
71045
}
71046
exports.default = Vector4;
71047
Callers
nothing calls this directly
Calls
1
transform
Method · 0.45
Tested by
no test coverage detected