MCPcopy Index your code
hub / github.com/benfry/processing4 / popMatrix

Method popMatrix

core/src/processing/core/PGraphics.java:5355–5357  ·  view source on GitHub ↗

Pops the current transformation matrix off the matrix stack. Understanding pushing and popping requires understanding the concept of a matrix stack. The pushMatrix() function saves the current coordinate system to the stack and popMatrix() restores the prior coordinate system. pushM

()

Source from the content-addressed store, hash-verified

5353 * @see PGraphics#pushMatrix()
5354 */
5355 public void popMatrix() {
5356 showMethodWarning("popMatrix");
5357 }
5358
5359
5360

Callers 3

shapeMethod · 0.95
popMethod · 0.95
backgroundImplMethod · 0.95

Calls 1

showMethodWarningMethod · 0.95

Tested by

no test coverage detected