Current value.
Target value.
Current velocity.
Approximate time to reach the target.
Delta time.
Optional
maxSpeed: numberMax speed (defaults to infinity).
[current, velocity] = math.smoothDampAngle(current, target, velocity, smoothTime, dt);
Gradually moves
current
angle towardstarget
angle (in degrees).