| 26 | |
| 27 | template<typename T> |
| 28 | T fromFrameRate(T frameRate) |
| 29 | { |
| 30 | return divisor / frameRate; |
| 31 | } |
| 32 | |
| 33 | //Since we are just inverting to get the framerate, |
| 34 | //we can use the same fuction to invert back. |
no outgoing calls
no test coverage detected