getAutoRotationAngle method
dynamic
getAutoRotationAngle()
Implementation
getAutoRotationAngle() {
return 2 * Math.pi / 60 / 60 * scope.autoRotateSpeed;
}
getAutoRotationAngle() {
return 2 * Math.pi / 60 / 60 * scope.autoRotateSpeed;
}