tlp::GlHexagon Class Reference#include <GlHexagon.h>
Inherits tlp::GlRegularPolygon.
Inheritance diagram for tlp::GlHexagon:
[legend]Collaboration diagram for tlp::GlHexagon:
[legend]List of all members.
Detailed Description
class to create an hexagon
Public Member Functions
- GlHexagon (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 ~GlHexagon ()
Constructor & Destructor Documentation
tlp::GlHexagon::GlHexagon |
( |
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::GlHexagon::~GlHexagon |
( |
|
) |
[virtual] |
|
|