MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / loadIdentity

Method loadIdentity

src/main/java/field/linalg/MatrixStack.java:453–456  ·  view source on GitHub ↗

Set the current matrix to identity. @return this

()

Source from the content-addressed store, hash-verified

451 * @return this
452 */
453 public MatrixStack loadIdentity() {
454 mats[curr].identity();
455 return this;
456 }
457
458 /**
459 * Post-multiply the given matrix <code>mat</code> against the current matrix.

Callers

nothing calls this directly

Calls 1

identityMethod · 0.45

Tested by

no test coverage detected