OSVR-Core
Modules | Typedefs | Enumerations | Enumerator
Matrix conventions and bit flags

Modules

 Matrix flags
 Bit flags for specifying matrix options.
 

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