Assimp
v3.1.1 (June 2014)
|
4x4 matrix structure, including operators when compiling in C++ More...
Classes | |
class | aiMatrix3x3t< TReal > |
Represents a row-major 3x3 matrix. More... | |
class | aiMatrix4x4t< TReal > |
Represents a row-major 4x4 matrix, use this for homogeneous coordinates. More... | |
class | aiQuaterniont< TReal > |
Represents a quaternion in a 4D vector. More... | |
Macros | |
#define | AI_MATRIX4X4_H_INC |
Typedefs | |
typedef aiMatrix4x4t< ai_real > | aiMatrix4x4 |
4x4 matrix structure, including operators when compiling in C++
#define AI_MATRIX4X4_H_INC |
typedef aiMatrix4x4t<ai_real> aiMatrix4x4 |