rotateLeft method

void rotateLeft(
  1. num angle
)

Implementation

void rotateLeft(num angle) {
  sphericalDelta.theta -= angle;
}