( 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
()
| 13445 | * @see PGraphics#pushMatrix() |
| 13446 | */ |
| 13447 | public void popMatrix() { |
| 13448 | if (recorder != null) recorder.popMatrix(); |
| 13449 | g.popMatrix(); |
| 13450 | } |
| 13451 | |
| 13452 | |
| 13453 | /** |