MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / combineTransforms

Function combineTransforms

src/osvr/Client/RouterTransforms.h:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected