Inheritance diagram for Demo::Composite:
Definition at line 207 of file demo.hpp.
Public Member Functions | |
Composite (vec2 centroid) | |
void | Draw () const |
Flatland::Object * | GetFlatlandObject () |
virtual void | Insert (Space &space) |
virtual void | InsertFront (Space &space) |
void | Add (Flatland::Geometry *geometry) |
Private Attributes | |
Dynamic< Flatland::Composite > | object |