Assimp
v5.0.1. (December 2020)
|
Definition of a 3x3 matrix, 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 | aiVector2t< TReal > |
Represents a two-dimensional vector. More... | |
class | aiVector3t< TReal > |
Represents a three-dimensional vector. More... | |
Macros | |
#define | AI_MATRIX3X3_H_INC |
Typedefs | |
typedef aiMatrix3x3t< ai_real > | aiMatrix3x3 |
Definition of a 3x3 matrix, including operators when compiling in C++.
#define AI_MATRIX3X3_H_INC |
typedef aiMatrix3x3t<ai_real> aiMatrix3x3 |