23 #ifndef __OGL_LINE_ELEMENT
24 #define __OGL_LINE_ELEMENT
All base classes related to 3D manipulation.
void getCoords(double coords[3])
Gets the coordinates as an array of double.
void setPoint1(const OPoint3D &point1)
void setColor(const OColor &oColor)
void setLineWidth(float lineWidth)
OGLLine * m_pOGLLineToDisplay
void setPoint2(const OPoint3D &point2)
virtual ~OGLLineElement()
double dist2DFrom(const OPoint3D &pt) const
Computes the distance from this point to another in 2D plan.