MCPcopy Create free account
hub / github.com/SFML/SFML / getOrigin

Method getOrigin

src/SFML/Graphics/Transformable.cpp:94–97  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

92
93////////////////////////////////////////////////////////////
94Vector2f Transformable::getOrigin() const
95{
96 return m_origin;
97}
98
99
100////////////////////////////////////////////////////////////

Callers 2

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected