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

Method getScale

src/SFML/Graphics/Transformable.cpp:87–90  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

85
86////////////////////////////////////////////////////////////
87Vector2f Transformable::getScale() const
88{
89 return m_scale;
90}
91
92
93////////////////////////////////////////////////////////////

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected