Defines a 2x2 matrix of floating point numbers by using only one array.
To access an element of the matrix: item(row,col) = _array[row + col*2].
Definition at line 147 of file MatrixTypes.h.
Data Fields | |
float32_t | array [4] |
float32_t dwMatrix2f::array[4] |
Definition at line 150 of file MatrixTypes.h.