"xRotation"

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

Synopsis

shape.xRotation(float angle);

Parameter

Parameter Description
angle Rotation angle in degrees

Description

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

Example

main()
{
  BarChart3D_ewo1.xRotation(50);
}

Assignment

BarChart3D-EWO