resetMatrix()

Transform

Description

Replaces the current matrix with the identity matrix.

Syntax

void resetMatrix()

Parameters

None

Returns

void

Related

Under the Hood

From Processing.h:

void resetMatrix();

Under the Hood

From Processing.cpp:

void PApplet::resetMatrix(){glLoadIdentity();}