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

Function osvrClientGetViewerEyeViewMatrixd

src/osvr/ClientKit/DisplayC.cpp:256–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256OSVR_ReturnCode osvrClientGetViewerEyeViewMatrixd(
257 OSVR_DisplayConfig disp, OSVR_ViewerCount viewer, OSVR_EyeCount eye,
258 OSVR_MatrixConventions flags, double *mat) {
259 return getViewMatrixImpl(disp, viewer, eye, mat, flags);
260}
261
262OSVR_ReturnCode osvrClientGetViewerEyeViewMatrixf(
263 OSVR_DisplayConfig disp, OSVR_ViewerCount viewer, OSVR_EyeCount eye,

Callers 2

renderFunction · 0.85
getViewMatrixMethod · 0.85

Calls 1

getViewMatrixImplFunction · 0.85

Tested by

no test coverage detected