resetMatrix()

Transform

Description

Replaces the current matrix with the identity matrix.

Syntax

void resetMatrix()

Parameters

None

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...