07.10.2014, 15:35
Now we need the formula to find out the kph.
It's floatsqroot((x*x)+(y*y)+(z*z))*156.666667;
This is incorrect it is
floatsqroot((x*x)+(y*y)+(z*z))*180.0;
I suggest fixing it so the noobs get it right.
It's floatsqroot((x*x)+(y*y)+(z*z))*156.666667;
This is incorrect it is
floatsqroot((x*x)+(y*y)+(z*z))*180.0;
I suggest fixing it so the noobs get it right.