| 52 | |
| 53 | template<typename T> |
| 54 | inline unsigned int uIntRound(const T a) |
| 55 | { |
| 56 | return (unsigned int)(a+0.5f); |
| 57 | } |
| 58 | |
| 59 | template<typename T> |
| 60 | inline unsigned long ulongRound(const T a) |
nothing calls this directly
no outgoing calls
no test coverage detected