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

Function osvrClientGetViewerEyeViewMatrixf

src/osvr/ClientKit/DisplayC.cpp:262–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262OSVR_ReturnCode osvrClientGetViewerEyeViewMatrixf(
263 OSVR_DisplayConfig disp, OSVR_ViewerCount viewer, OSVR_EyeCount eye,
264 OSVR_MatrixConventions flags, float *mat) {
265 return getViewMatrixImpl(disp, viewer, eye, mat, flags);
266}
267
268OSVR_ReturnCode
269osvrClientGetNumSurfacesForViewerEye(OSVR_DisplayConfig disp,

Callers 1

getViewMatrixMethod · 0.85

Calls 1

getViewMatrixImplFunction · 0.85

Tested by

no test coverage detected