PSMoveSteamVRBridge
facing_handsolver.h
1 #pragma once
2 #include "PSMoveClient_CAPI.h"
3 
4 namespace steamvrbridge {
6  {
7  public:
8  virtual PSMQuatf solveHandOrientation(const PSMPosef &hmdPose, const PSMVector3f &handLocation) = 0;
9  };
10 
12  {
13  public:
15  PSMQuatf solveHandOrientation(const PSMPosef &hmdPose, const PSMVector3f &handLocation);
16  };
17 }
Provides printf-style line logging via the vr::IVRDriverLog interface provided by SteamVR during init...
Definition: config.cpp:18
Definition: facing_handsolver.h:11
Definition: facing_handsolver.h:5