Defines a 3x3 matrix of floating point numbers by using only one array.
To access an element of the matrix: item(row,col) = _array[row + col*3].
Definition at line 158 of file MatrixTypes.h.
Data Fields | |
float32_t | array [9] |
float32_t dwMatrix3f::array[9] |
Definition at line 160 of file MatrixTypes.h.