Enki  1.9
Classes | Namespaces | Typedefs
Types.h File Reference

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.
 

Detailed Description

Basic useful types.