4x4 matrix structure, including operators when compiling in C++ More...
Classes | |
struct | aiMatrix4x4 |
Represents a row-major 4x4 matrix, use this for homogeneous coordinates. More... | |
Variables | |
struct aiMatrix4x4 | PACK_STRUCT |
Represents a row-major 4x4 matrix, use this for homogeneous coordinates. |
4x4 matrix structure, including operators when compiling in C++
struct aiMatrix4x4 PACK_STRUCT |
Represents a row-major 4x4 matrix, use this for homogeneous coordinates.
There's much confusion about matrix layouts (colum vs. row order). This is *always* a row-major matrix. Even with the aiProcess_ConvertToLeftHanded flag.