Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
|
Classes | |
struct | Assimp::Intern::divides< T0, T1, TRES > |
struct | Assimp::Intern::minus< T0, T1, TRES > |
struct | Assimp::Intern::multiplies< T0, T1, TRES > |
struct | Assimp::Intern::plus< T0, T1, TRES > |
class | Assimp::Vertex |
Intermediate description a vertex with all possible components. More... | |
Namespaces | |
namespace | Assimp |
Some C++ utilities for inter- and extrapolation. | |
namespace | Assimp::Intern |
Macros | |
#define | AI_VERTEX_H_INC |
Functions | |
AI_FORCE_INLINE Vertex | Assimp::operator* (ai_real f, const Vertex &v0) |
AI_FORCE_INLINE Vertex | Assimp::operator* (const Vertex &v0, ai_real f) |
AI_FORCE_INLINE Vertex | Assimp::operator+ (const Vertex &v0, const Vertex &v1) |
AI_FORCE_INLINE Vertex | Assimp::operator- (const Vertex &v0, const Vertex &v1) |
AI_FORCE_INLINE Vertex | Assimp::operator/ (const Vertex &v0, ai_real f) |
#define AI_VERTEX_H_INC |