azimuth = 0.8F \* azimuth + 0.2F \* azimuthPrime; Why? Thanks a lot.
azimuth = 0.8F * azimuth + 0.2F * azimuthPrime;
Why? Thanks a lot.