Inheritance diagram for Demo::Terrain:
Definition at line 140 of file demo.hpp.
Public Member Functions | |
Terrain (vec2 start, float bottom, bool borders=false, bool borderVisibility=true) | |
void | Add (const vec2 &v) |
void | Insert (Space &space) |
void | Draw () const |
Flatland::Object * | GetFlatlandObject () |
Line * | InsertWestBorder (Space &space) const |
Line * | InsertEastBorder (Space &space) const |
Line * | InsertSouthBorder (Space &space) const |
Private Attributes | |
Static< Flatland::Terrain > | object |
float | bottom |
bool | borders |
bool | borderVisibility |