Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/SandDance
/ transpose
Method
transpose
docs/app/js/sanddance-app.js:72247–72250 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72245
return
result;
72246
}
72247
transpose() {
72248
_mat4.transpose(this, this);
72249
return
this.check();
72250
}
72251
invert() {
72252
_mat4.invert(this, this);
72253
return
this.check();
Callers
nothing calls this directly
Calls
2
transpose
Method · 0.45
check
Method · 0.45
Tested by
no test coverage detected