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

Method popMatrix

core/src/processing/core/PApplet.java:13447–13450  ·  view source on GitHub ↗

( begin auto-generated from popMatrix.xml ) 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() r

()

Source from the content-addressed store, hash-verified

13445 * @see PGraphics#pushMatrix()
13446 */
13447 public void popMatrix() {
13448 if (recorder != null) recorder.popMatrix();
13449 g.popMatrix();
13450 }
13451
13452
13453 /**

Callers 6

drawStringMethod · 0.45
drawCharMethod · 0.45
postMethod · 0.45
endDrawMethod · 0.45
imageImplMethod · 0.45
endDrawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected