Public Fields
-
Vector3D Position
- Public data members
-
Vector3D Normal
- Location
-
double Color[4]
- Normal
Public Methods
-
Vertex()
- Constructors / Destructors
-
Vertex(Vector3D pos)
-
Vertex(Vector3D pos, double col[4])
-
virtual ~Vertex()
-
void SetPosition(const Vector3D &pos)
- Other public methods
-
void SetPosition(double x, double y, double z)
-
void SetColor(double col[4])
-
void SetColor(double r, double g, double b, double a)
-
void SetNormal(Vector3D nor)
-
void glDraw()
-
int ParseXML(xmlDocPtr doc, xmlNodePtr cur)
- Parse a Vertex node inside a XML file.
Documentation
- Vertex()
- Constructors / Destructors
- Vertex(Vector3D pos)
- Vertex(Vector3D pos, double col[4])
- virtual ~Vertex()
- void SetPosition(const Vector3D &pos)
- Other public methods
- void SetPosition(double x, double y, double z)
- void SetColor(double col[4])
- void SetColor(double r, double g, double b, double a)
- void SetNormal(Vector3D nor)
- void glDraw()
- int ParseXML(xmlDocPtr doc, xmlNodePtr cur)
- Parse a Vertex node inside a XML file. (0 if OK, 1 if ERROR)
- Vector3D Position
- Public data members
- Vector3D Normal
- Location
- double Color[4]
- Normal
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.