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. | |
| 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.
1.5.8