Variables | |
const double | _2pi = (2.0 * 3.1415926535897932384626434) |
const float | _2pif = float(_2pi) |
float | atanbuf_ [257 *2] |
double | datanbuf_ [513 *2] |
const double fastmath_details::_2pi = (2.0 * 3.1415926535897932384626434) |
Definition at line 27 of file FastMath.h.
Referenced by fastmath::atan2r().
const float fastmath_details::_2pif = float(_2pi) |
Definition at line 28 of file FastMath.h.
Referenced by fastmath::atan2r().
float fastmath_details::atanbuf_ |
Definition at line 3 of file FastMath.cc.
Referenced by fastmath::atan2r().
double fastmath_details::datanbuf_ |
Definition at line 4 of file FastMath.cc.
Referenced by fastmath::atan2r().