tlp::GlBezierCurve Class Reference#include <GlBezierCurve.h>
Inherits tlp::GlSimpleEntity.
Inheritance diagram for tlp::GlBezierCurve:
[legend]Collaboration diagram for tlp::GlBezierCurve:
[legend]List of all members.Public Member Functions
Protected Attributes
Constructor & Destructor Documentation
tlp::GlBezierCurve::GlBezierCurve |
( |
const std::vector< Coord > & |
controlPoints, |
|
|
const Color & |
beginColor, |
|
|
const Color & |
endColor, |
|
|
const float & |
beginSize, |
|
|
const float & |
endSize, |
|
|
const unsigned int |
nbCurvePoints = 100 , |
|
|
const std::string & |
texture = "" |
|
) |
|
|
tlp::GlBezierCurve::~GlBezierCurve |
( |
|
) |
|
|
Member Function Documentation
void tlp::GlBezierCurve::draw |
( |
float |
lod, |
|
|
Camera * |
camera |
|
) |
[virtual] |
|
void tlp::GlBezierCurve::getXML |
( |
xmlNodePtr |
rootNode |
) |
[virtual] |
|
void tlp::GlBezierCurve::setOutlineColor |
( |
const Color & |
outlineColor |
) |
[inline] |
|
void tlp::GlBezierCurve::setOutlined |
( |
const bool |
outlined |
) |
[inline] |
|
void tlp::GlBezierCurve::setTexture |
( |
const std::string & |
texture |
) |
|
|
void tlp::GlBezierCurve::setWithXML |
( |
xmlNodePtr |
rootNode |
) |
[virtual] |
|
void tlp::GlBezierCurve::translate |
( |
const Coord & |
mouvement |
) |
[virtual] |
|
Member Data Documentation
|