.\" Automatically generated by Pandoc 3.1.11.1 .\" .TH "al_radtofix_r" "3" "" "Allegro reference manual" "" .SH NAME al_radtofix_r \- Allegro 5 API .SH SYNOPSIS .IP .EX #include const al_fixed al_radtofix_r = (al_fixed)2670177; .EE .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. .PP Example: .IP .EX al_fixed rad_angle, binary_angle; ... binary_angle = al_fixmul(rad_angle, radtofix_r); .EE .SH SEE ALSO al_fixmul(3), al_fixtorad_r(3).