MCPcopy Create free account
hub / github.com/benfry/processing4 / resetMatrix

Method resetMatrix

core/src/processing/core/PGraphics.java:5686–5688  ·  view source on GitHub ↗

Replaces the current matrix with the identity matrix. The equivalent function in OpenGL is glLoadIdentity() . @webref transform @webBrief Replaces the current matrix with the identity matrix @see PGraphics#pushMatrix() @see PGraphics#popMatrix() @see PGraphics#applyMatrix(PMatrix) @see PGraph

()

Source from the content-addressed store, hash-verified

5684 * @see PGraphics#printMatrix()
5685 */
5686 public void resetMatrix() {
5687 showMethodWarning("resetMatrix");
5688 }
5689
5690 /**
5691 * Multiplies the current matrix by the one specified through the

Callers 1

backgroundImplMethod · 0.95

Calls 1

showMethodWarningMethod · 0.95

Tested by

no test coverage detected