#include <MyGUI_VertexData.h>
Public Member Functions | |
| void | set (float _x, float _y, float _z, float _u, float _v, uint32 _colour) |
Data Fields | |
| float | x |
| float | y |
| float | z |
| uint32 | colour |
| float | u |
| float | v |
Definition at line 32 of file MyGUI_VertexData.h.
| void MyGUI::Vertex::set | ( | float | _x, | |
| float | _y, | |||
| float | _z, | |||
| float | _u, | |||
| float | _v, | |||
| uint32 | _colour | |||
| ) | [inline] |
Definition at line 34 of file MyGUI_VertexData.h.
Definition at line 45 of file MyGUI_VertexData.h.
| float MyGUI::Vertex::u |
Definition at line 46 of file MyGUI_VertexData.h.
| float MyGUI::Vertex::v |
Definition at line 46 of file MyGUI_VertexData.h.
| float MyGUI::Vertex::x |
Definition at line 44 of file MyGUI_VertexData.h.
| float MyGUI::Vertex::y |
Definition at line 44 of file MyGUI_VertexData.h.
| float MyGUI::Vertex::z |
Definition at line 44 of file MyGUI_VertexData.h.
1.6.3