MCPcopy Index your code
hub / github.com/processing/processing / resetMatrix

Method resetMatrix

core/src/processing/core/PGraphics.java:5636–5638  ·  view source on GitHub ↗

( begin auto-generated from resetMatrix.xml ) Replaces the current matrix with the identity matrix. The equivalent function in OpenGL is glLoadIdentity(). ( end auto-generated ) @webref transform @see PGraphics#pushMatrix() @see PGraphics#popMatrix() @see PGraphics#applyMatrix(PMatrix) @see PGrap

()

Source from the content-addressed store, hash-verified

5634 * @see PGraphics#printMatrix()
5635 */
5636 public void resetMatrix() {
5637 showMethodWarning("resetMatrix");
5638 }
5639
5640 /**
5641 * ( begin auto-generated from applyMatrix.xml )

Callers 1

backgroundImplMethod · 0.95

Calls 1

showMethodWarningMethod · 0.95

Tested by

no test coverage detected