aiMatrix4x4.h File Reference

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.

Detailed Description

4x4 matrix structure, including operators when compiling in C++


Variable Documentation

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.


Generated on 3 Jul 2012 for Assimp by  doxygen 1.6.1