rotateY()

Transform

Description

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

Syntax

void rotateY(float angle)

Parameters

NameTypeDescription
anglefloatangle in radians

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...