getAutoRotationAngle method

dynamic getAutoRotationAngle()

Implementation

getAutoRotationAngle() {
  return 2 * Math.PI / 60 / 60 * scope.autoRotateSpeed;
}