class Vertex


Public Fields

[more]Vector3D Position
Public data members
[more]Vector3D Normal
Location
[more]double Color[4]
Normal

Public Methods

[more] Vertex()
Constructors / Destructors
[more] Vertex(Vector3D pos)
[more] Vertex(Vector3D pos, double col[4])
[more]virtual ~Vertex()
[more]void SetPosition(const Vector3D &pos)
Other public methods
[more]void SetPosition(double x, double y, double z)
[more]void SetColor(double col[4])
[more]void SetColor(double r, double g, double b, double a)
[more]void SetNormal(Vector3D nor)
[more]void glDraw()
[more]int ParseXML(xmlDocPtr doc, xmlNodePtr cur)
Parse a Vertex node inside a XML file.


Documentation

o Vertex()
Constructors / Destructors

o Vertex(Vector3D pos)

o Vertex(Vector3D pos, double col[4])

ovirtual ~Vertex()

ovoid SetPosition(const Vector3D &pos)
Other public methods

ovoid SetPosition(double x, double y, double z)

ovoid SetColor(double col[4])

ovoid SetColor(double r, double g, double b, double a)

ovoid SetNormal(Vector3D nor)

ovoid glDraw()

oint ParseXML(xmlDocPtr doc, xmlNodePtr cur)
Parse a Vertex node inside a XML file. (0 if OK, 1 if ERROR)

oVector3D Position
Public data members

oVector3D Normal
Location

odouble 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++.