rotX method

void rotX(
  1. double angle
)

Implementation

void rotX(double angle) {
  transform.rotateX(angle);
}