Inheritance diagram for Demo::Wheel:
Definition at line 179 of file demo.hpp.
Public Member Functions | |
Wheel (vec2 center, float radius) | |
void | Draw () const |
void | SetTexture (Texture t) |
Flatland::Object * | GetFlatlandObject () |
Private Attributes | |
Dynamic< Flatland::Circle > | object |
Texture | texture |