Inheritance diagram for Demo::RopeSegment:

Definition at line 110 of file demo.hpp.
Public Member Functions | |
| RopeSegment (vec2 a, vec2 b) | |
| void | Draw () const |
| vec2 | Origin () const |
| vec2 | End () const |
| Flatland::Object * | GetFlatlandObject () |
Private Attributes | |
| Dynamic< Flatland::Line > | object |