OPENVR Scol plugin
Public Member Functions | Protected Attributes | Friends | List of all members
Matrix3 Class Reference

Public Member Functions

 Matrix3 (const float arr[3][3])
 
 Matrix3 (const Matrix3 &rkMatrix)
 
 Matrix3 (float fEntry00, float fEntry01, float fEntry02, float fEntry10, float fEntry11, float fEntry12, float fEntry20, float fEntry21, float fEntry22)
 
const float * operator[] (size_t iRow) const
 
float * operator[] (size_t iRow)
 
Matrix3operator= (const Matrix3 &rkMatrix)
 
bool operator== (const Matrix3 &rkMatrix) const
 
bool operator!= (const Matrix3 &rkMatrix) const
 

Protected Attributes

float m [3][3]
 

Friends

class Matrix4
 

Detailed Description

Definition at line 277 of file vrmaths.h.


The documentation for this class was generated from the following file: