|
NAMEradtofix_r - Constant to convert radians to fixed point angles. Allegro game programming library. SYNOPSIS#include <allegro.h> extern const fixed radtofix_r; DESCRIPTIONThis 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:
SEE ALSOfixmul(3), fixtorad_r(3)
|