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

Method rotate

src/SFML/Graphics/View.cpp:141–144  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

139
140////////////////////////////////////////////////////////////
141void View::rotate(Angle angle)
142{
143 setRotation(m_rotation + angle);
144}
145
146
147////////////////////////////////////////////////////////////

Callers 5

Transform.test.cppFile · 0.45
View.test.cppFile · 0.45
Shape.test.cppFile · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected