Closed Adikso closed 18 hours ago
All methods are implemented and no errors are thrown, but the shooting angle is sometimes incorrect.
fVar1 = (float10)fsin((float10)dVar2 * (float10)0.01745329);
It turns out that it is first converting the angle to radians when calculating sinus. 0.01745329 ~= PI/180
All methods are implemented and no errors are thrown, but the shooting angle is sometimes incorrect.