MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / scale

Method scale

extlibs/sfe/src/ComplexTransformable.cpp:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 }
142
143 void ComplexTransformable::scale(float factorX, float factorY)
144 {
145 setScale(m_scale.x * factorX, m_scale.y * factorY);
146 }
147
148 void ComplexTransformable::scale(const sf::Vector2f& factor)
149 {

Callers 2

ApproxMatcherClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected