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:71155–71158 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71153
return
_mat3.determinant(this);
71154
}
71155
transpose() {
71156
_mat3.transpose(this, this);
71157
return
this.check();
71158
}
71159
invert() {
71160
_mat3.invert(this, this);
71161
return
this.check();
Callers
1
transpose
Method · 0.45
Calls
1
check
Method · 0.45
Tested by
no test coverage detected