|
Enki
1.9
|
Basic useful types. More...
#include <vector>#include <sstream>#include <string>#include <cassert>#include <stdint.h>Go to the source code of this file.
Classes | |
| struct | Enki::Color |
| A color in RGBA. More... | |
Namespaces | |
| Enki | |
| Enki is the namespace of the Enki simulator. All Enki functions and classes excepted the math one are inside this namespace. | |
Typedefs | |
| typedef std::vector< Color > | Enki::Texture |
| A texture. | |
| typedef std::vector< Texture > | Enki::Textures |
| Textures for all sides of an object. | |
Basic useful types.
1.8.11