rotZ method

void rotZ(
  1. double angle
)

Implementation

void rotZ(double angle) {
  transform.rotateZ(angle);
}