|
Assimp
v5.0.1. (December 2020)
|
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 | |
| Assimp | |
| Some C++ utilities for inter- and extrapolation. | |
| 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 |