logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_radtofix_r - Allegro 5 API

Description

       This constant gives a ratio which can be used to convert a fixed point number in radians to a fixed point
       number in binary angle format.

       Example:

                  al_fixed rad_angle, binary_angle;
                  ...
                  binary_angle = al_fixmul(rad_angle, radtofix_r);

Name

       al_radtofix_r - Allegro 5 API

See Also

al_fixmul(3alleg5), al_fixtorad_r(3alleg5).

Allegro reference manual                                                                  al_radtofix_r(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              const al_fixed al_radtofix_r = (al_fixed)2670177;

See Also