MCPcopy Create free account
hub / github.com/benfry/processing4 / pushMatrix

Method pushMatrix

core/src/processing/core/PGraphics.java:5337–5339  ·  view source on GitHub ↗

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 stack and popMatrix() restores the prior c

()

Source from the content-addressed store, hash-verified

5335 * @see PGraphics#rotateZ(float)
5336 */
5337 public void pushMatrix() {
5338 showMethodWarning("pushMatrix");
5339 }
5340
5341
5342 /**

Callers 3

shapeMethod · 0.95
pushMethod · 0.95
backgroundImplMethod · 0.95

Calls 1

showMethodWarningMethod · 0.95

Tested by

no test coverage detected