Assimp  v2.0 (November 2010)
Classes | Namespaces | Constant Groups | Variables
types.h File Reference

Basic data types and primitives, such as vectors or colors. More...

Classes

struct  aiColor3D
 Represents a color in Red-Green-Blue space. More...
 
struct  aiPlane
 Represents a plane in a three-dimensional, euclidean space. More...
 
struct  aiRay
 Represents a ray. More...
 
struct  aiString
 Represents an UTF-8 string, zero byte terminated. More...
 

Namespaces

 Assimp
 Assimp's CPP-API and all internal APIs.
 

Constant Groups

 Assimp
 Assimp's CPP-API and all internal APIs.
 

Variables

const size_t MAXLEN = 1024
 Maximum dimension for strings, ASSIMP strings are zero terminated. More...
 
struct aiPlane PACK_STRUCT
 

Detailed Description

Basic data types and primitives, such as vectors or colors.

Variable Documentation

const size_t MAXLEN = 1024

Maximum dimension for strings, ASSIMP strings are zero terminated.

struct aiColor3D PACK_STRUCT