tlp::GlTriangle Class Reference
[GlEntities]
#include <GlTriangle.h>
List of all members.
Public Member Functions
- GlTriangle (const Coord &position, const Size &size, const Color &outlineColor=Color(255, 0, 0, 255), const Color &fillColor=Color(0, 0, 255, 255), bool filled=true, bool outlined=true, const std::string &textureName="", float outlineSize=1.)
- virtual ~GlTriangle ()
Detailed Description
class to create a triangle
Constructor & Destructor Documentation
tlp::GlTriangle::GlTriangle |
( |
const Coord & |
position, |
|
|
const Size & |
size, |
|
|
const Color & |
outlineColor = Color(255, 0, 0, 255) , |
|
|
const Color & |
fillColor = Color(0, 0, 255, 255) , |
|
|
bool |
filled = true , |
|
|
bool |
outlined = true , |
|
|
const std::string & |
textureName = "" , |
|
|
float |
outlineSize = 1. | |
|
) |
| | |
virtual tlp::GlTriangle::~GlTriangle |
( |
|
) |
[virtual] |