class Line3D


Public Methods

[more] Line3D()
[more] ~Line3D()
[more]void SetColor(double r, double g, double b, double a)
[more]void Set(const Vector3D& from, const Vector3D& to)
[more]inline void SetFrom(const Vector3D& from)
[more]inline void SetTo(const Vector3D& to)
[more]int LoadXML(char* file_name)
Load a line from a XML file.
[more]int ParseXML(xmlDocPtr doc, xmlNodePtr cur)
[more]void glDraw()

Private Fields

[more]Vector3D From
[more]Vector3D To
[more]float width
[more]float color[4]


Documentation

o Line3D()

o ~Line3D()

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

ovoid Set(const Vector3D& from, const Vector3D& to)

oinline void SetFrom(const Vector3D& from)

oinline void SetTo(const Vector3D& to)

oint LoadXML(char* file_name)
Load a line from a XML file. (0 if OK, 1 if ERROR)

oint ParseXML(xmlDocPtr doc, xmlNodePtr cur)

ovoid glDraw()

oVector3D From

oVector3D To

ofloat width

ofloat color[4]


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.