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

Method hasPose

src/osvr/Client/ViewerEye.cpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected