| 166 | } |
| 167 | |
| 168 | static inline double RadsToDegrees(const double rads) |
| 169 | { |
| 170 | return 180 * rads / 3.14159265358979323846264338328; |
| 171 | } |
| 172 | |
| 173 | static const int INVALID = 99999; // used to specify unavail eye locations, etc |
| 174 |
no outgoing calls
no test coverage detected