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