libmoldeo (Moldeo 1.0 Core)  1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
moCoord.h
Go to the documentation of this file.
1 #ifndef __MO_COORD_H__
2 #define __MO_COORD_H__
3 
4 #include <moMathVector.h>
5 #include <moMathVector3.h>
6 
8 {
9  moVector3f Position;
10  moVector3f Normal;
11  moVector3f NextPosition;
12  moVector2f TextureCoords;
13  moVector2f Raster;
14  GLuint TextureId;
15  MOfloat Scale;
16 };
17 
18 #endif /* __MO_COORD_H__ */
19 
#define LIBMOLDEO_API
Definition: moTypes.h:180
#define MOfloat
Definition: moTypes.h:403