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

Method pushMatrix

core/src/processing/core/PGraphics.java:5271–5273  ·  view source on GitHub ↗

( begin auto-generated from pushMatrix.xml ) Pushes the current transformation matrix onto the matrix stack. Understanding pushMatrix() and popMatrix() requires understanding the concept of a matrix stack. The pushMatrix() function saves the current coordinate system to the sta

()

Source from the content-addressed store, hash-verified

5269 * @see PGraphics#rotateZ(float)
5270 */
5271 public void pushMatrix() {
5272 showMethodWarning("pushMatrix");
5273 }
5274
5275
5276 /**

Callers 3

shapeMethod · 0.95
pushMethod · 0.95
backgroundImplMethod · 0.95

Calls 1

showMethodWarningMethod · 0.95

Tested by

no test coverage detected