rotY method

void rotY(
  1. double angle
)

Implementation

void rotY(double angle) {
  transform.rotateY(angle);
}