Inheritance diagram for Demo::Rope:

Definition at line 124 of file demo.hpp.
Public Member Functions | |
| Rope (vec2 start, vec2 end, float length, float tautness) | |
| RopeSegment * | front () |
| RopeSegment * | back () |
| void | Draw () const |
| void | Terrainify (float bottom) |
| void | Insert (Space &space) |
Private Attributes | |
| vec2 | start |
| vec2 | end |
| RopeVector | segments |
| float | bottom |
| bool | terrain |