Specifies a 3D rigid transformation.
The transformation is a 4x4 matrix in column-major order. The top left 3x3 represents rotation, and the right column is the translation. The bottom row is expected to be [0 0 0 1] To access an element of the matrix: item(row,col) = _array[row + col*4].
Definition at line 185 of file MatrixTypes.h.
Public Member Functions | |
float32_t array[16] | __attribute__ ((aligned(16))) |
3D rigid transformation array More... | |
float32_t array[16] dwTransformation3f::__attribute__ | ( | (aligned(16)) | ) |
3D rigid transformation array