Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ transpose
Method
transpose
src/main/java/field/linalg/Mat4.java:1366–1368 ·
view source on GitHub ↗
Transpose this matrix. @return this
()
Source
from the content-addressed store, hash-verified
1364
* @
return
this
1365
*/
1366
public
Mat4 transpose() {
1367
return
transpose(this);
1368
}
1369
1370
/**
1371
* Transpose <code>this</code> matrix and store the result into <code>dest</code>.
Callers
3
camera
Method · 0.95
begin
Method · 0.95
view
Method · 0.95
Calls
1
set
Method · 0.65
Tested by
no test coverage detected