pushMatrix()

Transform

Description

Pushes the current transformation matrix onto the matrix stack.

Syntax

void pushMatrix()

Parameters

None

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...