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

Method pushMatrix

core/src/processing/core/PApplet.java:13425–13428  ·  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

13423 * @see PGraphics#rotateZ(float)
13424 */
13425 public void pushMatrix() {
13426 if (recorder != null) recorder.pushMatrix();
13427 g.pushMatrix();
13428 }
13429
13430
13431 /**

Callers 6

drawStringMethod · 0.45
drawCharMethod · 0.45
preMethod · 0.45
beginDrawMethod · 0.45
imageImplMethod · 0.45
beginDrawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected