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

Method getProjection

src/osvr/Client/ViewerEye.cpp:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 }
123
124 Eigen::Matrix4d ViewerEye::getProjection(double near, double far) const {
125
126 return util::createProjectionMatrix(m_getRect(near, far), near, far);
127 }
128
129 Eigen::Matrix4d
130 ViewerEye::getProjection(double near, double far,

Callers 1

getProjectionMatrixImplFunction · 0.80

Calls 2

createProjectionMatrixFunction · 0.85
getValueMethod · 0.45

Tested by

no test coverage detected