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

Method popMatrix

core/src/processing/core/PGraphics.java:5292–5294  ·  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

5290 * @see PGraphics#pushMatrix()
5291 */
5292 public void popMatrix() {
5293 showMethodWarning("popMatrix");
5294 }
5295
5296
5297

Callers 3

shapeMethod · 0.95
popMethod · 0.95
backgroundImplMethod · 0.95

Calls 1

showMethodWarningMethod · 0.95

Tested by

no test coverage detected