OSVR Framework (Internal Development Docs)  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Matrix conventions and bit flags

Modules

 Matrix flags
 

Typedefs

typedef uint16_t OSVR_MatrixConventions
 Type for passing matrix convention flags.
 
typedef enum OSVR_MatrixMasks OSVR_MatrixMasks
 Bitmasks for testing matrix conventions.
 

Enumerations

enum  OSVR_MatrixMasks { OSVR_MATRIX_MASK_ROWMAJOR = 0x1, OSVR_MATRIX_MASK_ROWVECTORS = 0x2, OSVR_MATRIX_MASK_LHINPUT = 0x4, OSVR_MATRIX_MASK_UNSIGNEDZ = 0x8 }
 Bitmasks for testing matrix conventions.
 

Detailed Description