popMatrix()

Transform

Description

Pops the current transformation matrix off the matrix stack.

Syntax

void popMatrix()

Parameters

None

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...