Example #1
0
        public static ovrMatrix4f vrapi_GetCenterEyeViewMatrix(ref ovrHeadModelParms headModelParms,
                                                               ref ovrTracking tracking,

                                                               // nullable struct?
                                                               ref ovrMatrix4f input)
        {
            throw null;
        }
Example #2
0
        public static ovrMatrix4f vrapi_GetCenterEyeViewMatrix(
            ref ovrHeadModelParms headModelParms,
            ref ovrTracking tracking,

            // nullable struct?
            ovrMatrix4f* input)
        {
            throw null;
        }
Example #3
0
 public static ovrMatrix4f vrapi_GetEyeViewMatrix(ref ovrHeadModelParms headModelParms,
                                             ref ovrMatrix4f centerEyeViewMatrix,
                                             int eye)
 {
     throw null;
 }
Example #4
0
 public static ovrMatrix4f vrapi_GetEyeViewMatrix(ref ovrHeadModelParms headModelParms,
                                                  ref ovrMatrix4f centerEyeViewMatrix,
                                                  int eye)
 {
     throw null;
 }