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

Method setRotation

src/SFML/Graphics/View.cpp:68–74  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

66
67////////////////////////////////////////////////////////////
68void View::setRotation(Angle angle)
69{
70 m_rotation = angle.wrapUnsigned();
71
72 m_transformUpdated = false;
73 m_invTransformUpdated = false;
74}
75
76
77////////////////////////////////////////////////////////////

Callers 5

Text.test.cppFile · 0.45
View.test.cppFile · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected