rotateZ()

Transform

Description

Rotates around the z-axis. Use in P3D mode.

Syntax

void rotateZ(float angle)

Parameters

NameTypeDescription
anglefloatangle in radians

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...