Pyrogenesis
13997
|
Go to the source code of this file.
Functions | |
CFixed_15_16 | atan2_approx (CFixed_15_16 y, CFixed_15_16 x) |
Inaccurate approximation of atan2 over fixed-point numbers. More... | |
void | sincos_approx (CFixed_15_16 a, CFixed_15_16 &sin_out, CFixed_15_16 &cos_out) |
Compute sin(a) and cos(a). More... | |
CFixed_15_16 atan2_approx | ( | CFixed_15_16 | y, |
CFixed_15_16 | x | ||
) |
void sincos_approx | ( | CFixed_15_16 | a, |
CFixed_15_16 & | sin_out, | ||
CFixed_15_16 & | cos_out | ||
) |