.\" Generated by the Allegro makedoc utility .TH radtofix_r 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME radtofix_r \- Constant to convert radians to fixed point angles. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B extern const fixed radtofix_r; .SH 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: .nf fixed rad_angle, binary_angle; ... binary_angle = fixmul(rad_angle, radtofix_r); .fi .SH SEE ALSO .BR fixmul (3alleg4), .BR fixtorad_r (3alleg4)