YAGE
Yet Another Game Engine
Public Member Functions | Public Attributes | List of all members
yage::Vertex Struct Reference

Public Member Functions

 Vertex (const Position &position_, const Color &color_, const UV &uv_)
 
void setPosition (float x, float y)
 
void setColor (GLubyte r, GLubyte g, GLubyte b, GLubyte a)
 
void setUv (float u, float v)
 

Public Attributes

Position position
 
Color color
 
UV uv
 

The documentation for this struct was generated from the following file: