1al_fixhypot(3)                                                  al_fixhypot(3)
2
3
4

NAME

6       al_fixhypot - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              al_fixed al_fixhypot(al_fixed x, al_fixed y)
12

DESCRIPTION

14       Fixed  point  hypotenuse  (returns the square root of x*x + y*y).  This
15       should be better than calculating the formula yourself manually,  since
16       the error is much smaller.
17
18
19
20Allegro reference manual                                        al_fixhypot(3)
Impressum