Inheritance diagram for Demo::Catapult:

Definition at line 191 of file demo.hpp.
Public Member Functions | |
| Catapult (vec2 center, float width, float height, vec2 hinge) | |
| void | Rotate (float theta) |
| Point * | InsertSouthEastAnchor (Space &space) |
| Point * | InsertSouthWestAnchor (Space &space) |
| Point * | InsertNorthEastAnchor (Space &space) |
| Point * | InsertNorthWestAnchor (Space &space) |
| void | Draw () const |
| void | Insert (Space &space) |
Private Attributes | |
| Point * | hinge |
| Block * | arm |