( begin auto-generated from resetMatrix.xml ) Replaces the current matrix with the identity matrix. The equivalent function in OpenGL is glLoadIdentity(). ( end auto-generated ) @webref transform @see PGraphics#pushMatrix() @see PGraphics#popMatrix() @see PGraphics#applyMatrix(PMatrix) @see PGrap
()
| 5634 | * @see PGraphics#printMatrix() |
| 5635 | */ |
| 5636 | public void resetMatrix() { |
| 5637 | showMethodWarning("resetMatrix"); |
| 5638 | } |
| 5639 | |
| 5640 | /** |
| 5641 | * ( begin auto-generated from applyMatrix.xml ) |
no test coverage detected