Query: radtofix_r
OS: debian
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
radtofix_r(3alleg4) Allegro manual radtofix_r(3alleg4)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: fixed rad_angle, binary_angle; ... binary_angle = fixmul(rad_angle, radtofix_r);SEE ALSOfixmul(3alleg4), fixtorad_r(3alleg4) Allegro version 4.4.2 radtofix_r(3alleg4)
Related Man Pages |
---|
fixcos(3alleg4) - debian |
fixcos(3alleg4) - opendarwin |
fixmul(3alleg4) - netbsd |
fixmul(3alleg4) - linux |
fixmul(3alleg4) - freebsd |
Similar Topics in the Unix Linux Community |
---|
How can I do this in VI editor? |
Is UNIX an open source OS ? |
Detecting unused variables... |
How to copy a column of multiple files and paste into new excel file (next to column)? |