rotateUp method

void rotateUp(
  1. num angle
)

Implementation

void rotateUp(num angle) {
  sphericalDelta.phi -= angle;
}