rotateLeft method

dynamic rotateLeft(
  1. dynamic angle
)

Implementation

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