"yRotation"

Defines the Y-rotation angle of the camera around the target point in degrees.

Synopsis

shape.yRotation(float angle);

Parameter

Parameter Description
angle Rotation angle in degrees

Description

Defines the Y-rotation angle of the camera around the target point in degrees.

Example

main()
{
  BarChart3D_ewo1.yRotation(35);
}

Assignment

BarChart3D-EWO