MyGUI::VertexQuad Struct Reference

#include <MyGUI_VertexData.h>

Public Types

enum  Enum {
  CornerLT = 0, CornerRT = 1, CornerLB = 2, CornerLB2 = 3,
  CornerRT2 = 4, CornerRB = 5, VertexCount = 6
}

Public Member Functions

void set (float _l, float _t, float _r, float _b, float _z, float _u1, float _v1, float _u2, float _v2, uint32 _colour)
void set (float _x1, float _y1, float _x2, float _y2, float _x3, float _y3, float _x4, float _y4, float _z, float _u1, float _v1, float _u2, float _v2, uint32 _colour)

Data Fields

Vertex vertex [6]

Detailed Description

Definition at line 49 of file MyGUI_VertexData.h.


Member Enumeration Documentation

Enumerator:
CornerLT 
CornerRT 
CornerLB 
CornerLB2 
CornerRT2 
CornerRB 
VertexCount 

Definition at line 51 of file MyGUI_VertexData.h.


Member Function Documentation

void MyGUI::VertexQuad::set ( float  _x1,
float  _y1,
float  _x2,
float  _y2,
float  _x3,
float  _y3,
float  _x4,
float  _y4,
float  _z,
float  _u1,
float  _v1,
float  _u2,
float  _v2,
uint32  _colour 
) [inline]

Definition at line 72 of file MyGUI_VertexData.h.

void MyGUI::VertexQuad::set ( float  _l,
float  _t,
float  _r,
float  _b,
float  _z,
float  _u1,
float  _v1,
float  _u2,
float  _v2,
uint32  _colour 
) [inline]

Definition at line 62 of file MyGUI_VertexData.h.


Field Documentation

Definition at line 82 of file MyGUI_VertexData.h.


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

Generated on 3 Dec 2009 for MyGUI by  doxygen 1.6.1