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 131 of file MatrixTypes.h.
Public Member Functions | |
float32_t array[4] | __attribute__ ((aligned(16))) |
float32_t array[4] dwMatrix2f::__attribute__ | ( | (aligned(16)) | ) |