resetMatrix()
TransformDescription
Replaces the current matrix with the identity matrix.
Syntax
void resetMatrix()
Parameters
None
Returns
voidRelated
Under the Hood
From Processing.h:
void resetMatrix();
Under the Hood
From Processing.cpp:
void PApplet::resetMatrix(){glLoadIdentity();}