MCPcopy 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

unprojectMethod · 0.95

Calls 2

determinantMethod · 0.95
setMethod · 0.65

Tested by

no test coverage detected