#include <flatland.hpp>
Inheritance diagram for Flatland::Static< G >:

Definition at line 117 of file flatland.hpp.
Public Member Functions | |
| Static (G *geometry) | |
| virtual | ~Static () |
| G & | GetGeometry () |
| const G & | GetGeometry () const |
| bool | IsDynamic () const |
| Body | GetBody () |
| void | SetMass (float) |
Protected Attributes | |
| G * | geometry |