| 59 | } |
| 60 | |
| 61 | bool ViewerEye::hasPose() const { |
| 62 | return m_pose->hasStateForReportType<OSVR_PoseReport>(); |
| 63 | } |
| 64 | |
| 65 | Eigen::Matrix4d ViewerEye::getView() const { |
| 66 | Eigen::Isometry3d transformedPose = getPoseIsometry(); |
nothing calls this directly
no outgoing calls
no test coverage detected