28 #ifndef _CEGUIVertex_h_
29 #define _CEGUIVertex_h_
31 #include "CEGUIVector.h"
32 #include "CEGUIcolour.h"
53 #endif // end of guard _CEGUIVertex_h_
Class used as a two dimensional vector (aka a Point)
Definition: CEGUIVector.h:45
Class used as a three dimensional vector.
Definition: CEGUIVector.h:130
structure that is used to hold details of a single vertex in 3D space.
Definition: CEGUIVertex.h:41
Class representing colour values within the system.
Definition: CEGUIcolour.h:45
Vector3 position
Position of the vertex in 3D space.
Definition: CEGUIVertex.h:44
Vector2 tex_coords
Texture co-ords to be applied to the vertex.
Definition: CEGUIVertex.h:46
colour colour_val
colour to be applied to the vertex.
Definition: CEGUIVertex.h:48