( begin auto-generated from printMatrix.xml ) Prints the current matrix to the Console (the text window at the bottom of Processing). ( end auto-generated ) @webref transform @see PGraphics#pushMatrix() @see PGraphics#popMatrix() @see PGraphics#resetMatrix() @see PGraphics#applyMatrix(PMatrix)
()
| 5785 | * @see PGraphics#applyMatrix(PMatrix) |
| 5786 | */ |
| 5787 | public void printMatrix() { |
| 5788 | showMethodWarning("printMatrix"); |
| 5789 | } |
| 5790 | |
| 5791 | |
| 5792 | ////////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected