| 58 | |
| 59 | template <typename T1, typename T2> |
| 60 | inline CombinedTransforms<T1, T2> combineTransforms(T1 const &a, |
| 61 | T2 const &b) { |
| 62 | return CombinedTransforms<T1, T2>(a, b); |
| 63 | } |
| 64 | |
| 65 | } // namespace client |
| 66 | } // namespace osvr |
nothing calls this directly
no outgoing calls
no test coverage detected