( 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
()
| 5290 | * @see PGraphics#pushMatrix() |
| 5291 | */ |
| 5292 | public void popMatrix() { |
| 5293 | showMethodWarning("popMatrix"); |
| 5294 | } |
| 5295 | |
| 5296 | |
| 5297 |
no test coverage detected