al_fixhypot
al_fixed al_fixhypot(al_fixed x, al_fixed y)
Introduced in 5.0.0
Fixed point hypotenuse (returns the square root of x*x + y*y
). This should be better than calculating the formula yourself manually, since the error is much smaller.
Most helpful discussions: