Defines a 4x4 matrix of floating point numbers (column major) by using only one array.
To access an element of the matrix: item(row,col) = _array[row + col*4].
Definition at line 178 of file MatrixTypes.h.
Data Fields | |
float32_t | array [16] |
float32_t dwMatrix4f::array[16] |
Definition at line 181 of file MatrixTypes.h.