rotateY()
Rotates in 3D around the y-axis
Example

Syntax
rotateY(angle)
Input
Description
angle
angle of rotation
Full Example

Description
Rotates a shape around y-axis by the amount specified in angle parameter. The angles can be entered in either RADIANS
or DEGREES
, depending on the specified angleMode().
Positive angles rotates the space from +z to +x regardless of handedness.
Last updated