Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ invert
Method
invert
src/main/java/field/linalg/Mat4.java:1307–1309 ·
view source on GitHub ↗
Invert this matrix. @return this
()
Source
from the content-addressed store, hash-verified
1305
* @
return
this
1306
*/
1307
public
Mat4 invert() {
1308
return
invert(this);
1309
}
1310
1311
/**
1312
* Invert <code>this</code> matrix and store the result in <code>dest</code>.
Callers
1
unproject
Method · 0.95
Calls
2
determinant
Method · 0.95
set
Method · 0.65
Tested by
no test coverage detected