///////////////////////////////////////////////////////
| 92 | |
| 93 | //////////////////////////////////////////////////////////// |
| 94 | Vector2f Transformable::getOrigin() const |
| 95 | { |
| 96 | return m_origin; |
| 97 | } |
| 98 | |
| 99 | |
| 100 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected