Tulip
4.6.0
Better Visualization Through Research
|
#include <GlTriangle.h>
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 () |
Class to create a triangle.
Definition at line 31 of file GlTriangle.h.
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. |
||
) |
Constructor.
virtual tlp::GlTriangle::~GlTriangle | ( | ) | [virtual] |
Default empty destructor.