|
GraphicsAPI_2020C
|
Basic data types and primitives, such as vectors or colors. More...
#include <sys/types.h>#include <stddef.h>#include <string.h>#include <limits.h>#include "defs.h"#include "vector3.h"#include "vector2.h"#include "color4.h"#include "matrix3x3.h"#include "matrix4x4.h"#include "quaternion.h"

Go to the source code of this file.
Classes | |
| struct | aiPlane |
| Represents a plane in a three-dimensional, euclidean space. More... | |
| struct | aiRay |
| Represents a ray. More... | |
| struct | aiColor3D |
| Represents a color in Red-Green-Blue space. More... | |
| struct | aiString |
| Represents an UTF-8 string, zero byte terminated. More... | |
| struct | aiMemoryInfo |
| Stores the memory requirements for different components (e.g. More... | |
Macros | |
| #define | AI_TYPES_H_INC |
| #define | MAXLEN 1024 |
| Maximum dimension for strings, ASSIMP strings are zero terminated. More... | |
Typedefs | |
| typedef enum aiReturn | aiReturn |
| Standard return type for some library functions. More... | |
Enumerations | |
| enum | aiReturn { aiReturn_SUCCESS = 0x0, aiReturn_FAILURE = -0x1, aiReturn_OUTOFMEMORY = -0x3 } |
| Standard return type for some library functions. More... | |
| enum | aiOrigin { aiOrigin_SET = 0x0, aiOrigin_CUR = 0x1, aiOrigin_END = 0x2 } |
| Seek origins (for the virtual file system API). More... | |
| enum | aiDefaultLogStream { aiDefaultLogStream_FILE = 0x1, aiDefaultLogStream_STDOUT = 0x2, aiDefaultLogStream_STDERR = 0x4, aiDefaultLogStream_DEBUGGER = 0x8 } |
| Enumerates predefined log streaming destinations. More... | |
Basic data types and primitives, such as vectors or colors.
| #define MAXLEN 1024 |
Maximum dimension for strings, ASSIMP strings are zero terminated.
Standard return type for some library functions.
Rarely used, and if, mostly in the C API.
| enum aiDefaultLogStream |
Enumerates predefined log streaming destinations.
Logging to these streams can be enabled with a single call to #LogStream::createDefaultStream.
| enum aiOrigin |
| enum aiReturn |
Standard return type for some library functions.
Rarely used, and if, mostly in the C API.
1.8.13