![]() |
![]()
| ![]() |
![]()
NAMEfixatan - Fixed point inverse tangent lookup table. Allegro game programming library. SYNOPSIS#include <allegro.h> fixed fixatan(fixed x); DESCRIPTIONThis function finds the inverse tangent of a value using a lookup table. The input value must be a fixed point radian. The inverse tangent is the value whose tangent is `x'. Example:
RETURN VALUEReturns the inverse tangent of a fixed point value, measured as a fixed point binary format angle. SEE ALSO
|