MCPcopy 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

cameraMethod · 0.95
beginMethod · 0.95
viewMethod · 0.95

Calls 1

setMethod · 0.65

Tested by

no test coverage detected